feat(ci): upload logs on failure (#5097)

This commit is contained in:
Daniel Gak Anagrov
2025-07-17 10:51:39 +02:00
committed by GitHub
parent fd30917f27
commit cda606adbb
+7
View File
@@ -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