Skip to content

Commit

Permalink
Update Firefox and Geckodriver.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 10, 2023
1 parent 1f0fabc commit 0ec6e8b
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,18 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Firefox
uses: browser-actions/setup-firefox@latest
- uses: actions/checkout@v3
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: "54.0"
- name: Download geckodriver
uses: browser-actions/setup-geckodriver@latest
firefox-version: "108.0"
- uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: "0.18.0"
- name: Set up Ruby
uses: ruby/setup-ruby@v1
geckodriver-version: "0.32.0"
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7.7"
bundler-cache: true
- name: Start MongoDB
uses: supercharge/[email protected]
- uses: supercharge/[email protected]
with:
mongodb-version: "5"
mongodb-db: slack_api_explorer_test
Expand Down

0 comments on commit 0ec6e8b

Please sign in to comment.