mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
ci(package): Dump logs always
This commit is contained in:
parent
935b6cd517
commit
877473b128
1 changed files with 6 additions and 0 deletions
6
.github/workflows/package-pr.yaml
vendored
6
.github/workflows/package-pr.yaml
vendored
|
@ -127,6 +127,10 @@ jobs:
|
|||
done
|
||||
done
|
||||
|
||||
|
||||
- name: Dump logs
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
docker logs api
|
||||
docker logs piston_fs_repo
|
||||
|
||||
|
@ -135,3 +139,5 @@ jobs:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue