diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8826b5ab..669fb56c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -359,10 +359,10 @@ jobs: env: DATABASE_URL: ${{ steps.pg.outputs.connection-uri }} - name: Save test output on failure (Linux) - if: failure() && matrix.target == 'x86_64-unknown-linux-gnu' + if: failure() uses: actions/upload-artifact@v3 with: - name: failed-test-output + name: failed-test-output-${{ runner.os }} path: tests/output/* retention-days: 5