Skip to content

Commit

Permalink
ci: store logs #405
Browse files Browse the repository at this point in the history
  • Loading branch information
fengelniederhammer committed Dec 1, 2023
1 parent 0bf96af commit 319ef3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lapis2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
LAPIS_TAG: ${{ steps.lapisBranchTag.outputs.lapisTag }}

- name: Store Logs
if: ${{ always() }}
run: |
cd lapis2
docker compose logs silo > e2e-logs/silo.log
Expand All @@ -155,6 +156,7 @@ jobs:
LAPIS_TAG: ${{ steps.lapisBranchTag.outputs.lapisTag }}

- name: Upload logs
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: logs
Expand Down

0 comments on commit 319ef3c

Please sign in to comment.