diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 18708d6..d50e994 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,11 +17,13 @@ jobs: name: Test uses: ./.github/workflows/test-ios-e2e.yml needs: [build-ios] + secrets: inherit test-android-e2e: name: Test uses: ./.github/workflows/test-android-e2e.yml needs: [build-android] + secrets: inherit test-js: name: Test