Skip to content

Commit 8719956

Browse files
author
Mladen Rusev
committed
move upterm job in always condition
1 parent 1810d6f commit 8719956

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: owenthereal/action-upterm@v1
111111
with:
112112
limit-access-to-actor: true
113-
113+
114114
- name: Generate timestamp for cluster name
115115
id: timestamp # Give the step an ID to reference its output
116116
run: |
@@ -148,6 +148,13 @@ jobs:
148148
--zone=europe-west1-b \
149149
--quiet
150150
151+
# TODO: REMOVE THIS DEBUGGING!
152+
- name: Setup upterm session
153+
if: always()
154+
uses: owenthereal/action-upterm@v1
155+
with:
156+
limit-access-to-actor: true
157+
151158
- name: Upload test artifacts
152159
uses: actions/upload-artifact@v4
153160
with:

0 commit comments

Comments
 (0)