Skip to content

Commit d1038f5

Browse files
authored
Update emulator wtf actions (#6843)
1 parent 968b49c commit d1038f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,20 +352,20 @@ jobs:
352352
echo 'DEVICES_EOF'
353353
} >> "$GITHUB_OUTPUT"
354354
355-
- uses: emulator-wtf/configure-credentials@d0d840f8d9e2920e284788fcfa32f0a1eed95bf0 # v1.0.0
355+
- uses: emulator-wtf/actions/configure-credentials@42753a2a6bda2e657741a7385131bf61db464899 # v1.0.0
356356
with:
357357
oidc-configuration-id: ${{ vars.EMULATOR_WTF_OIDC_CONFIGURATION_ID }} # This is retrieved from the emulator.wtf console
358358

359359
- name: Run tests full
360-
uses: emulator-wtf/run-tests@01944281be70008e1b97d9f8458039c18cd3d779 # v0.9.11
360+
uses: emulator-wtf/actions/run-tests@42753a2a6bda2e657741a7385131bf61db464899 # v1.0.0
361361
with:
362362
devices: ${{ steps.devices.outputs.list }}
363363
app: app/build/outputs/apk/full/debug/app-full-debug.apk
364364
test: app/build/outputs/apk/androidTest/full/debug/app-full-debug-androidTest.apk
365365
outputs-dir: build/test-results/full
366366

367367
- name: Run tests minimal
368-
uses: emulator-wtf/run-tests@01944281be70008e1b97d9f8458039c18cd3d779 # v0.9.11
368+
uses: emulator-wtf/actions/run-tests@42753a2a6bda2e657741a7385131bf61db464899 # v1.0.0
369369
with:
370370
devices: ${{ steps.devices.outputs.list }}
371371
app: app/build/outputs/apk/minimal/debug/app-minimal-debug.apk

0 commit comments

Comments
 (0)