DEV: test the primary (embroider) build on Firefox (#23869)

Previously, classic was the default so we opted to test Embroider
only on Chrome. Now that Embroider is the default, we should flip
this around.
This commit is contained in:
Godfrey Chan 2023-10-10 06:03:17 -07:00 committed by GitHub
parent f4aeebeb64
commit 6c836af532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -265,10 +265,10 @@ jobs:
embroider: ["1", "0"]
browser: ["Chrome", "Firefox ESR", "Firefox Evergreen"]
exclude:
# Testing Embroider on one browser is good enough for now
- embroider: "1"
# Testing the classic build on one browser is good enough
- embroider: "0"
browser: Firefox ESR
- embroider: "1"
- embroider: "0"
browser: Firefox Evergreen
env: