Skip to content

Commit

Permalink
chore(gh): remove node_modules (in case of cache)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Sep 15, 2024
1 parent c9a9cfd commit 436afc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/springwolf-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Test
run: rm -rf ./springwolf-ui/node_modules ./springwolf-ui/build ./springwolf-ui/.gradle

- name: Check formatting (before running tests)
run: ./gradlew -p ${{ env.project }} spotlessCheck
Expand Down

0 comments on commit 436afc9

Please sign in to comment.