Skip to content

Commit

Permalink
ci(test-vats): remove unnecessary empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 9, 2023
1 parent 9367c82 commit 0997ca5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,16 +636,6 @@ jobs:
datadog-token: ${{ secrets.DATADOG_API_KEY }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}

test-vats:
# XXX remove once this is no longer a required check (and test-boot is)
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
steps:
- name: yarn test (vats)
run: exit 0

test-zoe-unit:
# BEGIN-TEST-BOILERPLATE
timeout-minutes: 30
Expand Down

0 comments on commit 0997ca5

Please sign in to comment.