Skip to content

Commit

Permalink
trying to fix permissions error in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 1, 2024
1 parent bde30bc commit e10e67f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,16 @@ jobs:
- name: Setup Node environment
uses: actions/setup-node@v4

- name: Clean yarn cache
uses: borales/actions-yarn@v4
with:
cmd: cache clean
dir: "frontend"

- name: Install dependencies via Yarn
uses: borales/actions-yarn@v4
with:
cmd: install
cmd: install --frozen-lockfile --force
dir: "frontend"

#- name: Install dependencies via Yarn
Expand Down

0 comments on commit e10e67f

Please sign in to comment.