Skip to content

Commit

Permalink
Include space
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Dec 19, 2024
1 parent 4b22f43 commit 373a548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
mvn -B clean compile test | tee build.log
tests_run=$(cat build.log | awk '/Tests run:/ {sum += $3} END {print sum}')
tests_run=$(cat build.log | awk '/Tests run: / {sum += $3} END {print sum}')
echo "DEBUG: tests_run = $tests_run"
Expand Down

0 comments on commit 373a548

Please sign in to comment.