Skip to content

Commit

Permalink
drop removed test:integration step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Apr 8, 2022
1 parent edaa2a1 commit 6dc75dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ jobs:
- name: Run script tests
if: matrix.arch == 'x64'
run: yarn test:script:cov
- name: Run integration tests
if: matrix.arch == 'x64'
timeout-minutes: 5
run: yarn test:integration
- name: Package application
run: yarn run package
if: ${{ matrix.os == 'ubuntu-18.04' && matrix.arch == 'x64' }}
Expand Down

0 comments on commit 6dc75dd

Please sign in to comment.