Skip to content

Commit

Permalink
add stack trace in build
Browse files Browse the repository at this point in the history
  • Loading branch information
jactor-rises committed May 23, 2024
1 parent ea5b890 commit 570b4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/persistence-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
./gradlew -q :persistence:dependencies
exit 1;
fi
- run: ./gradlew :persistence:test --tests "*"
- run: ./gradlew :persistence:test --tests "*" --stacktrace
2 changes: 1 addition & 1 deletion .github/workflows/web-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
./gradlew -q :web:dependencies
exit 1;
fi
- run: ./gradlew :web:test --tests "*"
- run: ./gradlew :web:test --tests "*" --stacktrace

0 comments on commit 570b4ec

Please sign in to comment.