Skip to content

Commit

Permalink
Upgrade nanasess/setup-chromedriver Github Action (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj authored Jan 10, 2024
1 parent b7a3253 commit e3e950e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: flutter test --platform chrome
- run: xvfb-run flutter test integration_test/webcrypto_test.dart -d linux
working-directory: ./example
- uses: nanasess/setup-chromedriver@v1
- uses: nanasess/setup-chromedriver@v2
- name: Run integration_test with chromedriver
working-directory: ./example
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
# TODO: Enable macos desktop when supported
#- run: flutter test integration_test/webcrypto_test.dart -d macos
# working-directory: ./example
- uses: nanasess/setup-chromedriver@v1
- uses: nanasess/setup-chromedriver@v2
- name: Run integration_test with chromedriver
working-directory: ./example
run: |
Expand Down

0 comments on commit e3e950e

Please sign in to comment.