diff --git a/.github/workflows/lapis2.yml b/.github/workflows/lapis2.yml index 0402ed9e..0009e479 100644 --- a/.github/workflows/lapis2.yml +++ b/.github/workflows/lapis2.yml @@ -146,8 +146,10 @@ 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: @@ -155,6 +157,7 @@ jobs: LAPIS_TAG: ${{ steps.lapisBranchTag.outputs.lapisTag }} - name: Upload logs + if: ${{ always() }} uses: actions/upload-artifact@v3 with: name: logs