Skip to content

Commit c6c9b0b

Browse files
authored
chore: Migrate back to chrome for CI tests (#2105)
Chrome seems to reliably execute the system test again.
1 parent d55fda5 commit c6c9b0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ jobs:
7979
env:
8080
RAILS_ENV: test
8181
CC_TEST_REPORTER_ID: true
82-
# Use Firefox for system tests until Chrome headless works reliably again.
83-
# See https://github.com/SeleniumHQ/selenium/issues/15273
84-
BROWSER: firefox
8582
run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress
8683

8784
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)