Skip to content

Commit

Permalink
Update run-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-lan-wang authored Nov 8, 2024
1 parent 4f9c548 commit 7e285d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 8
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
# - name: Cache Maven packages
# uses: actions/cache@v2
# with:
# path: ~/.m2
# key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
# restore-keys: ${{ runner.os }}-m2

- name: Install dependencies
run: mvn install -DskipTests
Expand Down

0 comments on commit 7e285d7

Please sign in to comment.