Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 committed Oct 10, 2023
1 parent f2b1cfa commit 7fd577b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Run JUnit Tests on Linux
run: |
./gradlew test --tests "*"
./gradlew test
test-macos:
runs-on: macos-latest
Expand All @@ -53,7 +53,7 @@ jobs:

- name: Run JUnit Tests on macOS
run: |
./gradlew test --info --tests "*"
./gradlew test --info
test-windows:
runs-on: windows-latest
Expand All @@ -70,4 +70,4 @@ jobs:

- name: Run JUnit Tests on Windows
run: |
.\gradlew.bat test --info --tests "*"
.\gradlew.bat test --info

0 comments on commit 7fd577b

Please sign in to comment.