Skip to content

Commit

Permalink
system tests removed maven caching
Browse files Browse the repository at this point in the history
caching doesn't seem to find artefacts to cache. Also building from different branches may cause problems when restoring built artifacts. So for now no caching
  • Loading branch information
alstanchev authored Dec 20, 2024
1 parent 95f9687 commit f6359bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ jobs:
cache: 'maven'
java-version: 21

- name: Cache local Maven repository
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('./ditto*/**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set env vars dynamically
run: |
echo "JAVA_TOOL_OPTIONS=-Duser.home=$HOME" >> $GITHUB_ENV
Expand Down

0 comments on commit f6359bc

Please sign in to comment.