diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37136a5d..13500f20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,14 @@ jobs: - name: E2E Tests working-directory: packages/e2e_tests run: pnpm test + + - name: Upload Docker Logs + if: failure() + uses: actions/upload-artifact@v4 + with: + name: e2e-docker-logs-${{ github.sha }}-${{ github.run_attempt }} + path: packages/e2e_tests/setup/docker-logs/ + retention-days: 7 open-api-spec: runs-on: ubuntu-latest steps: |
