diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 0c823e1a..c7ceb23d 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -1,4 +1,4 @@ -name: Flutter +name: Flutter Tests on: workflow_dispatch: diff --git a/.github/workflows/react-native-tests.yml b/.github/workflows/react-native-tests.yml index 65e2612d..8b9f0060 100644 --- a/.github/workflows/react-native-tests.yml +++ b/.github/workflows/react-native-tests.yml @@ -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