Skip to content

Commit

Permalink
Quote task times.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Dec 10, 2024
1 parent 0174206 commit 52d0d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: ./.github/actions/prepare-for-build

- name: Run gradle check (without tests)
run: ./gradlew check -x test -Ptask.times=true --max-workers 2
run: ./gradlew check -x test "-Ptask.times=true" --max-workers 2


# This runs all tests without any other validation checks.
Expand Down

0 comments on commit 52d0d3b

Please sign in to comment.