Skip to content

Commit 1810d6f

Browse files
author
Mladen Rusev
committed
move upterm job higher
1 parent e66450e commit 1810d6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
with:
107107
go-version: ${{ steps.go-version.outputs.result }}
108108

109+
- name: Setup upterm session
110+
uses: owenthereal/action-upterm@v1
111+
with:
112+
limit-access-to-actor: true
113+
109114
- name: Generate timestamp for cluster name
110115
id: timestamp # Give the step an ID to reference its output
111116
run: |
@@ -131,11 +136,6 @@ jobs:
131136
CLOUDSDK_COMPUTE_ZONE: europe-west1-b
132137
CLUSTER_NAME: ${{ steps.timestamp.outputs.cluster_name }}
133138
134-
- name: Setup upterm session
135-
uses: owenthereal/action-upterm@v1
136-
with:
137-
limit-access-to-actor: true
138-
139139
- name: Delete GKE Cluster
140140
# 'always()' - Run this step regardless of success or failure.
141141
# '!contains(...)' - AND only run if the list of PR labels DOES NOT contain 'keep-e2e-cluster'.

0 commit comments

Comments
 (0)