mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
chore: save test sandbox as an artifact to help debug failures (#68)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user