Skip to content

Commit

Permalink
CI: working on dynamic browser matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 2, 2020
1 parent 682fcbe commit 3a8dfee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ jobs:
with:
node-version: 12.x

- run: echo "${{ needs.get-browser-list.outputs.matrix }}"
- run: echo "${{ fromJson(needs.get-browser-list.outputs.matrix) }}"
- run: echo '${{ needs.get-browser-list.outputs.matrix }}'
- run: npm config set script-shell $(which bash)
- run: npm install
- run: npm run cover:browser-api:${{ matrix.browser }}:saucy
Expand Down

0 comments on commit 3a8dfee

Please sign in to comment.