Skip to content

Commit

Permalink
chore: add web integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed May 24, 2024
1 parent 258eee2 commit 106bc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
drive_web:
name: Web
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
Expand All @@ -93,7 +94,6 @@ jobs:
- name: Run Flutter Driver tests
run: |
set -e
chromedriver --port=4444
sleep 5
chromedriver --port=4444 & sleep 5
flutter drive --target=test_driver/app.dart -d chrome --browser-name=chrome
working-directory: flutter_secure_storage/example

0 comments on commit 106bc94

Please sign in to comment.