Skip to content

Commit

Permalink
physical device tests (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Jan 24, 2024
1 parent 0cf6e5d commit 9300841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flutter
name: Flutter Tests

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react-native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,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 9300841

Please sign in to comment.