Skip to content

Commit

Permalink
Move npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Dec 6, 2022
1 parent 2ed9539 commit cdad438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +244,16 @@ jobs:
- name: Make zip directory for everything to send to AWS Device Farm
run: mkdir zip

- name: Checkout "Compare" commit
run: git checkout ${{ github.event.before }}

- name: Install node packages
uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350
with:
timeout_minutes: 10
max_attempts: 5
command: npm ci

- name: Checkout "Compare" commit
run: git checkout ${{ github.event.before }}

- name: Build "Compare" APK
run: npm run android-build-e2e

Expand Down

0 comments on commit cdad438

Please sign in to comment.