Skip to content

Commit

Permalink
ci: define env variables from file on integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed Jul 7, 2024
1 parent dade72c commit 86fc079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
model: "iPhone 15"
- name: Run tests
run: flutter test integration_test
run: flutter test integration_test --dart-define-from-file=env.json

building-android:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 86fc079

Please sign in to comment.