mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
fix(check-extension, integration): prevent crash on docker pull failure
This commit is contained in:
@@ -183,7 +183,7 @@ jobs:
|
||||
|
||||
- name: Upload test sandbox dir
|
||||
uses: actions/upload-artifact@v7
|
||||
if: failure()
|
||||
if: failure() && steps.magento-version.outputs.version != ''
|
||||
with:
|
||||
name: sandbox-data-${{ fromJSON(steps.magento-version.outputs.version) }}
|
||||
path: /home/runner/work/infrastructure/magento2/dev/tests/integration/tmp/sandbox-*
|
||||
|
||||
Reference in New Issue
Block a user