mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
save err for all platforms
This commit is contained in:
parent
9b112ae7b9
commit
8b274f49f6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user