Skip to content

Commit

Permalink
Full stacktrace on build jobs could be quite helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
eirnym committed Jan 9, 2023
1 parent 657a502 commit fe801f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: ${{ matrix.java_version }}
cache: gradle
- name: Build project
run: ./gradlew build -x spotlessCheck
run: ./gradlew build -x spotlessCheck -S
spotless:
name: Check Spotless
runs-on: ubuntu-latest
Expand All @@ -43,4 +43,4 @@ jobs:
java-version: ${{ matrix.java_version }}
cache: gradle
- name: Check spotless
run: ./gradlew spotlessCheck
run: ./gradlew spotlessCheck -S

0 comments on commit fe801f0

Please sign in to comment.