Skip to content

Commit

Permalink
switch to physical device test (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Jan 24, 2024
1 parent fc64741 commit f54f8dd
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 @@ -39,10 +39,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 f54f8dd

Please sign in to comment.