Skip to content

Commit

Permalink
#61 - task(pipeline): add github secret keys to test run
Browse files Browse the repository at this point in the history
  • Loading branch information
sdresselmann committed Apr 25, 2024
1 parent 4d13df6 commit 0de4715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
flutter test -d linux integration_test/regression.dart
flutter test -d linux integration_test/regression.dart --dart-define=TEST_USER_EMAIL=${{ secrets.TEST_USER_EMAIL }} --dart-define=TEST_USER_PASSWORD=${{ secrets.TEST_USER_PASSWORD }}

0 comments on commit 0de4715

Please sign in to comment.