Skip to content

Commit

Permalink
fixing ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waltercrdz committed Jan 7, 2025
1 parent 7fc363f commit 1fa1d5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Make mvnw executable
run: chmod +x mvnw

- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand All @@ -22,6 +25,5 @@ jobs:

- name: Build and Test with Maven
run: |
chmod +x ./mvnw
./mvnw clean package
./mvnw test

0 comments on commit 1fa1d5b

Please sign in to comment.