Skip to content

Commit

Permalink
Force CI cache to update (must be reverted before merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed Aug 31, 2021
1 parent f24559a commit ecb1829
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- run: npm ci

# temporarily disabling for PR CI
# - run: npm ci
- run: npm install

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

- run: npm ci
# temporarily disabling for PR CI
# - run: npm ci
- run: npm install

- 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 ecb1829

Please sign in to comment.