Skip to content

Commit

Permalink
ci: added stacktace
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jan 11, 2025
1 parent e9e9425 commit 276611e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('src/test/resources/**/*.gradle*') }}

- name: "🧪 Run tests"
run: ./gradlew build --stacktrace --debug
run: ./gradlew build --stacktrace

- name: Semantic Release
env:
Expand Down

0 comments on commit 276611e

Please sign in to comment.