Skip to content

Commit

Permalink
Pins emulator action commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed Oct 31, 2024
1 parent 51f1c08 commit e966bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/demo_mode.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
CMD=$1

if [[ $ADB == "" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Run instrumentation tests
id: screenshotsverify
continue-on-error: true
uses: reactivecircus/android-emulator-runner@v2
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
with:
api-level: 31
arch: x86_64
Expand Down

0 comments on commit e966bf4

Please sign in to comment.