Skip to content

Commit

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

- name: Run JUnit Tests on macOS
run: |
./gradlew test --info
./gradlew test
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

0 comments on commit 8675598

Please sign in to comment.