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 239062a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lapis2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,18 @@ jobs:
LAPIS_TAG: ${{ steps.lapisBranchTag.outputs.lapisTag }}

- name: Store Logs
if: ${{ always() }}
run: |
cd lapis2
mkdir p e2e-logs
docker compose logs silo > e2e-logs/silo.log
docker compose logs lapis > e2e-logs/lapis.log
env:
SILO_TAG: latest
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 239062a

Please sign in to comment.