Skip to content

Commit

Permalink
updated the build file
Browse files Browse the repository at this point in the history
  • Loading branch information
strmark committed Sep 8, 2023
1 parent 36509d2 commit 31aa03a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java CI and Sonar check with Maven

on:
Expand Down Expand Up @@ -32,7 +31,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-m2-${{ hashFiles('**/back/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
env:
Expand Down

0 comments on commit 31aa03a

Please sign in to comment.