Skip to content

Commit

Permalink
Windows things
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 committed Oct 10, 2023
1 parent 84517f8 commit 57532c4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,11 @@ jobs:
- name: Check Out Code
uses: actions/checkout@v2

- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK and Gradle on Windows
uses: actions/setup-java@v2
with:
java-version: 11

- name: Grant execute permission for gradlew
run: |
gradlew.bat
echo "gradlew.bat granted execute permission"
- name: Build with Gradle
run: |
gradlew.bat build -x test
distribution: 'adopt' # Specify the distribution, e.g., 'adopt', '[email protected]', etc.

- name: Run JUnit Tests on Windows
run: |
Expand Down

0 comments on commit 57532c4

Please sign in to comment.