Skip to content

Commit

Permalink
always run yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Nov 26, 2020
1 parent 1ba9f46 commit 176bb00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
CERTIFICATE_MACOS_APPLICATION: ${{ secrets.CERTIFICATE_MACOS_APPLICATION }}
CERTIFICATE_MACOS_PASSWORD: ${{ secrets.CERTIFICATE_MACOS_PASSWORD }}
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
yarn install
- name: Download playback artifact
Expand Down

0 comments on commit 176bb00

Please sign in to comment.