Skip to content

Commit

Permalink
Add step to make mvnw executable in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreystone committed Jul 30, 2024
1 parent 3e42013 commit 0a12634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Make mvnw executable
run: chmod +x ./mvnw
- name: Build with Maven
run: ./mvnw clean package
- name: Run tests
run: ./mvnw test

docker:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a12634

Please sign in to comment.