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 cfeee6a commit 7b49c11
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 --info
./gradlew test --info --tests "*"
test-macos:
runs-on: macos-latest
Expand All @@ -53,7 +53,7 @@ jobs:

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

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

0 comments on commit 7b49c11

Please sign in to comment.