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 ebc9eb0 commit 16aae7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
- name: Install dependencies via Yarn
working-directory: ./frontend
run: |
sudo chown -R $USER:$GROUP /home/runner/work/***/***/frontend/node_modules
yarn install
sudo yarn install
- name: Install Prettier
run: yarn add prettier
Expand Down

0 comments on commit 16aae7f

Please sign in to comment.