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

Commit a044a63

Browse files
authored
SWI-3272 Remove Firefox Tests (#1123)
1 parent 20cb4a2 commit a044a63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cypress-prod-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
node-version: [16, 18, 20]
18-
browser: [chrome, firefox]
18+
browser: [chrome]
1919
exclude:
2020
- node-version: 16
2121
browser: firefox

.github/workflows/pr-publish-docsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
node-version: [16, 18, 20]
29-
browser: [chrome, firefox]
29+
browser: [chrome]
3030
exclude:
3131
- node-version: 16
3232
browser: firefox

.github/workflows/publish-docsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
node-version: [16, 18, 20]
22-
browser: [chrome, firefox]
22+
browser: [chrome]
2323
exclude:
2424
- node-version: 16
2525
browser: firefox
@@ -120,7 +120,7 @@ jobs:
120120
fail-fast: false
121121
matrix:
122122
node-version: [16, 18, 20]
123-
browser: [chrome, firefox]
123+
browser: [chrome]
124124
exclude:
125125
- node-version: 16
126126
browser: firefox

0 commit comments

Comments
 (0)