Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
SWI-3272 Remove Firefox Tests (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel authored Aug 14, 2023
1 parent 20cb4a2 commit a044a63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-prod-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16, 18, 20]
browser: [chrome, firefox]
browser: [chrome]
exclude:
- node-version: 16
browser: firefox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-publish-docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16, 18, 20]
browser: [chrome, firefox]
browser: [chrome]
exclude:
- node-version: 16
browser: firefox
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16, 18, 20]
browser: [chrome, firefox]
browser: [chrome]
exclude:
- node-version: 16
browser: firefox
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16, 18, 20]
browser: [chrome, firefox]
browser: [chrome]
exclude:
- node-version: 16
browser: firefox
Expand Down

0 comments on commit a044a63

Please sign in to comment.