Skip to content

Commit

Permalink
switch to physical device test (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Jan 25, 2024
1 parent 26abaa7 commit 2439e7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-demos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flutter
name: Flutter Demos

on:
workflow_dispatch:
Expand Down
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 @@ -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 2439e7e

Please sign in to comment.