Skip to content

Commit 724ce14

Browse files
committed
bash
1 parent 498abe9 commit 724ce14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
5454
- name: "Drive Example"
5555
uses: reactivecircus/android-emulator-runner@v2
56-
shell: bash
5756
with:
5857
api-level: 28
5958
arch: x86_64
@@ -62,4 +61,4 @@ jobs:
6261
# emulator target as it's considerably slower on CI.
6362
target: default
6463
profile: Nexus 5X
65-
script: sh ./.github/workflows/scripts/drive-app.sh firebase_snippets_app
64+
script: bash ./.github/workflows/scripts/drive-app.sh firebase_snippets_app

0 commit comments

Comments
 (0)