Skip to content

Commit 79c6225

Browse files
Update nightly.yml
1 parent c750409 commit 79c6225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet test FirebaseAdmin/FirebaseAdmin.Tests
5555

5656
- name: Run integration tests
57-
run: ./.github/scripts/run_integration_tests
57+
run: ./.github/scripts/run_integration_tests.sh
5858
env:
5959
FIREBASE_SERVICE_ACCT_KEY: ${{ secrets.FIREBASE_SERVICE_ACCT_KEY }}
6060
FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}

0 commit comments

Comments
 (0)