1
0
mirror of synced 2026-07-08 09:30:02 +00:00

test: support BROWSER param, run tests in all browsers (#76)

This commit is contained in:
Yury Semikhatsky
2020-11-18 19:34:37 -08:00
committed by GitHub
parent c05b6409f3
commit b12cf474e0
23 changed files with 189 additions and 89 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
browser: [chromium]
browser: [chromium, firefox, webkit]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2