diff --git a/.github/workflows/nessie.yaml b/.github/workflows/nessie.yaml index 91a7f8cf55b..9fff15b5762 100644 --- a/.github/workflows/nessie.yaml +++ b/.github/workflows/nessie.yaml @@ -127,7 +127,7 @@ jobs: run: | FILES_COUNT=`aws s3 ls s3://nessie-system-testing/${{ github.run_number }} --recursive | wc -l` [ $FILES_COUNT -gt 5 ] - - name: lakeFS Logs + - name: lakeFS Logs on s3 failure if: ${{ failure() }} continue-on-error: true run: docker-compose -f nessie/ops/docker-compose.yaml logs --tail=1000 lakefs @@ -176,3 +176,7 @@ jobs: env: NESSIE_STORAGE_NAMESPACE: gs://nessie-system-testing/${{ github.run_number }} run: go test -v ./nessie --system-tests + - name: lakeFS Logs on GS failure + if: ${{ failure() }} + continue-on-error: true + run: docker-compose -f nessie/ops/docker-compose.yaml logs --tail=1000 lakefs