Skip to content

Commit

Permalink
Fix permission issue and update build and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-llm-bot[bot] authored Nov 27, 2023
1 parent 134a208 commit eec4fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-autogenerated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
restore-keys: |
${{ runner.os }}-m2-
- name: Build with Maven
run: ./mvnw package --file pom.xml
run: chmod +x ./mvnw && ./mvnw package --file pom.xml
- name: Test with Maven
run: ./mvnw test --file pom.xml

0 comments on commit eec4fd1

Please sign in to comment.