mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
add test logs to artifacts
This commit is contained in:
5
.github/workflows/server.yml
vendored
5
.github/workflows/server.yml
vendored
@@ -35,3 +35,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Package
|
name: Package
|
||||||
path: server/target/quarkus-app
|
path: server/target/quarkus-app
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: Test logs
|
||||||
|
path: server/target/*-reports
|
||||||
|
|||||||
Reference in New Issue
Block a user