Skip to content

Add header command setting #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 22, 2023
Prev Previous commit
Next Next commit
Add --info to CI tests
It seems the default is to say a test fails but give no explanation as
to why.
  • Loading branch information
code-asher committed Sep 19, 2023
commit 06c7fb01bf27f19b36bc3fd04ff475d3cadee2a9
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: gradle/wrapper-validation-action@v1.1.0

# Run tests
- run: ./gradlew test
- run: ./gradlew test --info

# Collect Tests Result of failed tests
- if: ${{ failure() }}
Expand Down