Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ jobs:

- name: Upload test artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: test-artifacts-${{ matrix.instance }}
path: .logs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ jobs:

- name: Upload test artifacts
uses: actions/upload-artifact@__VERSION__
if: always()
with:
name: test-artifacts-${{ matrix.instance }}
path: .logs
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down