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 4e5d51b commit 1de4f05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
- name: Setup Node environment
uses: actions/setup-node@v4

- name: Clear Yarn cache
run: yarn cache clean

- name: Clean workspace
run: rm -rf node_modules

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

0 comments on commit 1de4f05

Please sign in to comment.