We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c750409 commit 79c6225Copy full SHA for 79c6225
.github/workflows/nightly.yml
@@ -54,7 +54,7 @@ jobs:
54
run: dotnet test FirebaseAdmin/FirebaseAdmin.Tests
55
56
- name: Run integration tests
57
- run: ./.github/scripts/run_integration_tests
+ run: ./.github/scripts/run_integration_tests.sh
58
env:
59
FIREBASE_SERVICE_ACCT_KEY: ${{ secrets.FIREBASE_SERVICE_ACCT_KEY }}
60
FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
0 commit comments