Skip to content

Commit

Permalink
attempt fixing web integration tests for the 100th time
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Nov 26, 2024
1 parent 25c1f0a commit ed50661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
path: packages/oidc/example/ios-coverage.info
web:
strategy:
fail-fast: false
matrix:
working-directory: ["packages/oidc/example"]
runs-on: macos-latest
Expand Down
6 changes: 3 additions & 3 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,23 @@ scripts:
- "*example*"
integration_test:android:
name: Flutter Android Integration tests
exec: flutter test integration_test --coverage -d android --coverage-path android-coverage.info
exec: flutter test integration_test --coverage -d android --coverage-path android-coverage.info --dart-define=CI=true
packageFilters:
flutter: true
dirExists:
- integration_test
- android
integration_test:ios:
name: Flutter iOs Integration tests
exec: flutter test integration_test --coverage -d iPhone --coverage-path ios-coverage.info
exec: flutter test integration_test --coverage -d iPhone --coverage-path ios-coverage.info --dart-define=CI=true
packageFilters:
flutter: true
dirExists:
- integration_test
- ios
integration_test:chrome:
name: Flutter Chrome Integration tests
exec: flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart -d chrome | tee output.log
exec: flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart -d chrome --dart-define=CI=true | tee output.log
packageFilters:
flutter: true
dirExists:
Expand Down

0 comments on commit ed50661

Please sign in to comment.