Skip to content

Commit

Permalink
Set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 committed Oct 19, 2023
1 parent 3d346c5 commit 4ceb2b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
java: ["8", "11", "17", "21"]
distribution: ["temurin", "semeru"]
name: "Java ${{ matrix.java }}"
name: "Java ${{ matrix.java }} (${{ matrix.distribution }})"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand All @@ -19,5 +19,7 @@ jobs:
with:
java-version: "${{ matrix.java }}"
distribution: "${{ matrix.distribution }}"
- name: "Set Gradle Permissions"
run: "chmod +x ./gradlew"
- name: "Run Tests"
run: "./gradlew test"

0 comments on commit 4ceb2b4

Please sign in to comment.