mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Prominent errored windows tests artifact names
This commit is contained in:
@@ -564,11 +564,19 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Store Live Tests Output
|
||||
if: ${{ steps.live-tests.outputs.succeeded == 'YES' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: windows-integration-test-logs-${{ matrix.configuration }}-${{ matrix.watchdog-type }}-${{ matrix.database-type }}
|
||||
path: ./test_output.txt
|
||||
|
||||
- name: Store Errored Live Tests Output
|
||||
if: ${{ steps.live-tests.outputs.succeeded != 'YES' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: errored-windows-test-logs-${{ matrix.configuration }}-${{ matrix.watchdog-type }}-${{ matrix.database-type }}
|
||||
path: ./test_output.txt
|
||||
|
||||
- name: Fail if Live Tests Failed
|
||||
if: ${{ steps.live-tests.outputs.succeeded != 'YES' }}
|
||||
run: exit 1
|
||||
|
||||
Reference in New Issue
Block a user