Skip to content

Commit

Permalink
remove skipping yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Jul 26, 2024
1 parent cf00fc3 commit b01b701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pr-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ runs:
key: ${{ runner.os }}-build-cache-deps-${{ hashFiles('yarn.lock') }}

- name: install depdenencies
if: steps.restore-cache-node_modules.outputs.cache-hit != 'true'
# if: steps.restore-cache-node_modules.outputs.cache-hit != 'true'
shell: bash
run: yarn install --immutable

0 comments on commit b01b701

Please sign in to comment.