Skip to content

Commit

Permalink
Revert " [RNMobile] Use npm install in React Native e2e tests (#35111)…
Browse files Browse the repository at this point in the history
…" (#35175)

This reverts commit 4f0a24f.
  • Loading branch information
fluiddot authored Sep 28, 2021
1 parent d3e907b commit a93a961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- run: npm install
- run: npm ci

- name: Restore Gradle cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rnmobile-ios-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- run: npm install
- run: npm ci

- name: Prepare build cache key
run: find package-lock.json packages/react-native-editor/ios packages/react-native-aztec/ios packages/react-native-bridge/ios -type f -print0 | sort -z | xargs -0 shasum | tee ios-checksums.txt
Expand Down

0 comments on commit a93a961

Please sign in to comment.