Skip to content

Commit

Permalink
ci(test-all-packages): omit noop xs from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 12, 2023
1 parent 9bc452d commit a7a8bd2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
# test:xs is noop in solo/package.json
engine: ['16.x', '18.x']
steps:
- name: set vars
id: vars
Expand Down Expand Up @@ -250,6 +251,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# test:xs is noop in cosmic-swingset/package.json
engine: ['16.x', '18.x', 'xs']
steps:
- name: set vars
Expand Down Expand Up @@ -282,7 +284,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
engine: ['16.x', '18.x', 'xs']
# test:xs is noop in inter-protocol/package.json
engine: ['16.x', '18.x']
steps:
- name: set vars
id: vars
Expand Down

0 comments on commit a7a8bd2

Please sign in to comment.