diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fcb5f9f..8dbaec16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -166,6 +166,9 @@ jobs: - name: Install pods run: cd ios && pod install + - name: List all simulators + run: xcrun xctrace list devices + - name: Run iOS Tests run: | npx react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios/assets diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 573ad6f9..b2387459 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -49,7 +49,7 @@ jobs: ${{ runner.os }}-node- - name: Install dependencies - run: npm ci + run: npm install - name: Update React Native SDK run: |