Skip to content

Commit

Permalink
removing 5jun from ci-api-build.and.test.yml. Copied this example htt…
Browse files Browse the repository at this point in the history
  • Loading branch information
SoLetsDev committed Aug 16, 2023
1 parent d6deb4b commit b9e3374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-api-build.and.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-5Jun-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-5Jun-
${{ runner.os }}-maven-
- name: Run unit tests
run: mvn -f pom.xml clean package
- name: Run Trivy vulnerability scanner in repo mode
Expand Down

0 comments on commit b9e3374

Please sign in to comment.