Skip to content

Commit

Permalink
ci: update action setup-chromedriver (#1586)
Browse files Browse the repository at this point in the history
# Description

V1 has issues downloading the newest chrome version. Switching to
setup-chromedriver v2
  • Loading branch information
Gustl22 authored Jul 29, 2023
1 parent 0c2ff7b commit 516085a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
flutter-version: ${{ inputs.flutter_version }}
channel: 'stable'
- uses: bluefireteam/melos-action@main
- uses: nanasess/setup-chromedriver@v1
- uses: nanasess/setup-chromedriver@v2

- name: Run Flutter integration tests
working-directory: ./packages/audioplayers/example
Expand Down

0 comments on commit 516085a

Please sign in to comment.