Skip to content

Commit

Permalink
chore: disable caching frontend build artefacts in GitHub for now bec…
Browse files Browse the repository at this point in the history
…ause the npmRunBuild task gets executed again regardless
  • Loading branch information
edgarvonk committed May 14, 2024
1 parent 9ec1234 commit 3ee15cc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ jobs:
src/generated/java
key: generated-java-clients-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_number }}

- name: Cache frontend build artefacts
uses: actions/cache/save@v4
with:
path: |
src/main/app/dist
key: frontend-build-artefacts-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_number }}

- name: Cache built ZAR JAR
uses: actions/cache/save@v4
with:
Expand Down Expand Up @@ -132,13 +125,6 @@ jobs:
build
key: build-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_number }}

- name: Restore frontend build artefacts
uses: actions/cache/restore@v4
with:
path: |
src/main/app/dist
key: frontend-build-artefacts-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_number }}

- name: Run unit tests
run: ./gradlew -x compileJava -x processResources -x compileKotlin -x classes test --info

Expand Down

0 comments on commit 3ee15cc

Please sign in to comment.