Skip to content

Commit

Permalink
Remove chromium-chromedriver from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
zarembas committed Aug 14, 2023
1 parent 113c1f5 commit 5eda9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
run: bundle exec rake parallel:setup

- name: Install chromedriver
run: apk add chromium chromium-chromedriver
run: apk add chromium

- name: ${{ matrix.tests }} tests with feature flags ${{ matrix.feature-flags }}
run: bundle exec --verbose parallel_rspec --pattern "${{ env.INCLUDE_PATTERN }}" --exclude-pattern "${{ env.EXCLUDE_PATTERN }}"
Expand Down

0 comments on commit 5eda9dd

Please sign in to comment.