Enable Firefox for WebAuthn and Account Console tests (#20546)
This commit is contained in:
parent
6598bb043b
commit
0f2ff9c235
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -406,7 +406,7 @@ jobs:
|
|||
timeout-minutes: 75
|
||||
strategy:
|
||||
matrix:
|
||||
browser: [chrome]
|
||||
browser: [chrome, firefox]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -436,7 +436,7 @@ jobs:
|
|||
timeout-minutes: 45
|
||||
strategy:
|
||||
matrix:
|
||||
browser: [chrome]
|
||||
browser: [chrome, firefox]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue