diff --git a/.github/workflows/react-native-tests.yml b/.github/workflows/react-native-tests.yml index ee997680..4cebb75d 100644 --- a/.github/workflows/react-native-tests.yml +++ b/.github/workflows/react-native-tests.yml @@ -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