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:
@@ -302,7 +302,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload test sandbox dir
|
- name: Upload test sandbox dir
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
if: failure()
|
if: failure() && steps.magento-version.outputs.version != ''
|
||||||
with:
|
with:
|
||||||
name: sandbox-data-${{ fromJSON(steps.magento-version.outputs.version) }}
|
name: sandbox-data-${{ fromJSON(steps.magento-version.outputs.version) }}
|
||||||
path: ${{ steps.setup-magento.outputs.path }}/dev/tests/integration/tmp/sandbox-*
|
path: ${{ steps.setup-magento.outputs.path }}/dev/tests/integration/tmp/sandbox-*
|
||||||
|
|||||||
@@ -183,7 +183,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload test sandbox dir
|
- name: Upload test sandbox dir
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
if: failure()
|
if: failure() && steps.magento-version.outputs.version != ''
|
||||||
with:
|
with:
|
||||||
name: sandbox-data-${{ fromJSON(steps.magento-version.outputs.version) }}
|
name: sandbox-data-${{ fromJSON(steps.magento-version.outputs.version) }}
|
||||||
path: /home/runner/work/infrastructure/magento2/dev/tests/integration/tmp/sandbox-*
|
path: /home/runner/work/infrastructure/magento2/dev/tests/integration/tmp/sandbox-*
|
||||||
|
|||||||
Reference in New Issue
Block a user