Skip to content

Commit

Permalink
Update maven_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fhnaumann authored Jan 26, 2024
1 parent 363d782 commit 6b85845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
cache: maven

- name: Build with Maven
working-directory: /plugin
working-directory: plugin
run: mvn -B -DskipTests package --file pom.xml

- name: Test
working-directory: /plugin
working-directory: plugin
run: mvn -B -Dmaven.test.failure.ignore=true test

- name: Report
Expand Down

0 comments on commit 6b85845

Please sign in to comment.