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 9b3a539 commit 90de8eb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,7 @@ jobs:

name: Test ${{ matrix.browser }} on Saucy
strategy:
matrix:
browser:
- chrome
- firefox
- safari
matrix: ${{fromJson(needs.get-browser-list.outputs.matrix)}}

defaults:
run:
Expand Down

0 comments on commit 90de8eb

Please sign in to comment.