diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index bfc0f5327..94b98fb4e 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -321,6 +321,7 @@ jobs: - name: Upload test artifacts uses: actions/upload-artifact@v4 + if: always() with: name: test-artifacts-${{ matrix.instance }} path: .logs diff --git a/.vortex/installer/tests/Fixtures/install/_baseline/.github/workflows/build-test-deploy.yml b/.vortex/installer/tests/Fixtures/install/_baseline/.github/workflows/build-test-deploy.yml index 1d179e058..3faa11faf 100644 --- a/.vortex/installer/tests/Fixtures/install/_baseline/.github/workflows/build-test-deploy.yml +++ b/.vortex/installer/tests/Fixtures/install/_baseline/.github/workflows/build-test-deploy.yml @@ -306,6 +306,7 @@ jobs: - name: Upload test artifacts uses: actions/upload-artifact@__VERSION__ + if: always() with: name: test-artifacts-${{ matrix.instance }} path: .logs diff --git a/.vortex/installer/tests/Fixtures/install/deploy_type_none_gha/.github/workflows/build-test-deploy.yml b/.vortex/installer/tests/Fixtures/install/deploy_type_none_gha/.github/workflows/build-test-deploy.yml index d44e0579a..e1d574fd7 100644 --- a/.vortex/installer/tests/Fixtures/install/deploy_type_none_gha/.github/workflows/build-test-deploy.yml +++ b/.vortex/installer/tests/Fixtures/install/deploy_type_none_gha/.github/workflows/build-test-deploy.yml @@ -1,4 +1,4 @@ -@@ -338,61 +338,3 @@ +@@ -339,61 +339,3 @@ timeout-minutes: 120 # Cancel the action after 15 minutes, regardless of whether a connection has been established. with: detached: true diff --git a/.vortex/installer/tests/Fixtures/install/provision_profile/.github/workflows/build-test-deploy.yml b/.vortex/installer/tests/Fixtures/install/provision_profile/.github/workflows/build-test-deploy.yml index ca40f5ab0..835076aa2 100644 --- a/.vortex/installer/tests/Fixtures/install/provision_profile/.github/workflows/build-test-deploy.yml +++ b/.vortex/installer/tests/Fixtures/install/provision_profile/.github/workflows/build-test-deploy.yml @@ -162,7 +162,7 @@ - name: Login to container registry run: ./scripts/vortex/login-container-registry.sh -@@ -342,7 +210,6 @@ +@@ -343,7 +211,6 @@ deploy: runs-on: ubuntu-latest needs: build