Skip to content

Commit

Permalink
updated e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Jul 17, 2024
1 parent 40b665d commit dc6e105
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
needs: Build-Extension
strategy:
matrix:
browser: ["chrome"]
browser: ["chrome", "firefox"]
fail-fast: false

steps:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
needs: Build-Extension
strategy:
matrix:
browser: ["chrome"]
browser: ["chrome", "firefox"]
fail-fast: false

steps:
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
needs: Build-Extension
strategy:
matrix:
browser: ["chrome"]
browser: ["chrome", "firefox"]
fail-fast: false

steps:
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
needs: Build-Extension
strategy:
matrix:
browser: ["chrome"]
browser: ["chrome", "firefox"]
fail-fast: false

steps:
Expand Down

0 comments on commit dc6e105

Please sign in to comment.