Skip to content

Commit

Permalink
switch to physical device
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Jan 24, 2024
1 parent 26abaa7 commit 8a6c93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react-native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
run: sed -i 's:{TESTING_ACCESS_KEY_HERE}:${{secrets.PV_VALID_ACCESS_KEY}}:' Tests.ts

- name: Build tests
run: detox build --configuration android.emu.release
run: detox build --configuration android.att.release

- name: Run tests
run: detox test --configuration android.emu.release
run: detox test --configuration android.att.release

test-ios:
name: Run tests on iOS
Expand Down

0 comments on commit 8a6c93e

Please sign in to comment.