We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1810d6f commit 8719956Copy full SHA for 8719956
.github/workflows/tests.yaml
@@ -110,7 +110,7 @@ jobs:
110
uses: owenthereal/action-upterm@v1
111
with:
112
limit-access-to-actor: true
113
-
+
114
- name: Generate timestamp for cluster name
115
id: timestamp # Give the step an ID to reference its output
116
run: |
@@ -148,6 +148,13 @@ jobs:
148
--zone=europe-west1-b \
149
--quiet
150
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
158
- name: Upload test artifacts
159
uses: actions/upload-artifact@v4
160
0 commit comments