Skip to content

Commit

Permalink
Fixed build CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jun 23, 2024
1 parent 88cb032 commit b18f721
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,9 @@ jobs:

- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-m2-

- name: Build with Maven
run: mvn clean install

- name: Run tests with Maven
run: mvn test

0 comments on commit b18f721

Please sign in to comment.