Skip to content

Commit

Permalink
trying another clenaup of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed Apr 23, 2024
1 parent 1de4f05 commit f85c500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- name: Clean workspace
run: rm -rf node_modules

- name: Adjust permissions
run: sudo chown -R $USER:$USER . && sudo chmod -R 777 .

- name: Install dependencies via Yarn
uses: borales/actions-yarn@v5
with:
Expand Down

0 comments on commit f85c500

Please sign in to comment.