feat(ci): upload logs on failure (#5097)
This commit is contained in:
committed by
GitHub
parent
fd30917f27
commit
cda606adbb
@@ -232,6 +232,13 @@ jobs:
|
||||
- name: Run tests
|
||||
run: yarn test:ci
|
||||
working-directory: 'packages/preview-service'
|
||||
- name: 'Upload Artifact on failure'
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: preview-service-logs-on-failure
|
||||
path: /tmp/**/*.log
|
||||
retention-days: 5
|
||||
|
||||
docker-build-postgres-container:
|
||||
runs-on: blacksmith
|
||||
|
||||
Reference in New Issue
Block a user