chore: save test sandbox as an artifact to help debug failures (#68)

This commit is contained in:
Vinai Kopp
2023-06-24 19:11:31 +02:00
committed by GitHub
parent 85d11af76e
commit 2726817e55
+9
View File
@@ -187,3 +187,12 @@ jobs:
- run: ${{ inputs.test_command }}
working-directory: ${{ inputs.magento_directory }}/dev/tests/integration
name: Run Integration Tests
- name: Upload test sandbox dir
uses: actions/upload-artifact@v3
if: failure()
with:
name: sandbox-data
path: /home/runner/work/infrastructure/magento2/dev/tests/integration/tmp/sandbox-*
retention-days: 3