Skip to content

Commit

Permalink
inherited secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Oct 8, 2024
1 parent 7ac0b21 commit 59d5335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
name: Android ui tests
uses: ./.github/workflows/android_ui_tests.yml
with:
flutter-version: ${{ needs.preparation.outputs.FLUTTER_VERSION }}
flutter-version: ${{ needs.preparation.outputs.FLUTTER_VERSION }}
secrets: inherit
2 changes: 2 additions & 0 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ jobs:
uses: ./.github/workflows/android_tests.yml
with:
flutter-version: ${{ needs.preparation.outputs.FLUTTER_VERSION }}
secrets: inherit
test_ios:
name: iOS tests
needs: [ preparation ]
uses: ./.github/workflows/ios_tests.yml
with:
flutter-version: ${{ needs.preparation.outputs.FLUTTER_VERSION }}
secrets: inherit
sonar_cloud:
name: Sonar cloud
needs: [ test_android, test_ios ]
Expand Down

0 comments on commit 59d5335

Please sign in to comment.