Skip to content

Commit 1c89395

Browse files
Damian SeredynDamian Seredyn
authored andcommitted
debug E2E tests
Signed-off-by: Damian Seredyn <[email protected]>
1 parent 341c351 commit 1c89395

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -266,17 +266,17 @@ jobs:
266266
run: |
267267
kubectl wait --for=condition=available --timeout=300s deployment/redis-operator-redis-operator -n redis-operator-system
268268
269-
# - name: DEBUG:Install k9s
270-
# run: |
271-
# curl -sS https://webi.sh/k9s | sh; \
272-
# source ~/.config/envman/PATH.env
273-
274-
# - name: DEBUG:Setup tmate session
275-
# uses: mxschmitt/action-tmate@v3
276-
# with:
277-
# timeout-minutes: 15
278-
# limit-access-to-actor: true
279-
# detached: true
269+
- name: DEBUG:Install k9s
270+
run: |
271+
curl -sS https://webi.sh/k9s | sh; \
272+
source ~/.config/envman/PATH.env
273+
274+
- name: DEBUG:Setup tmate session
275+
uses: mxschmitt/action-tmate@v3
276+
with:
277+
timeout-minutes: 15
278+
limit-access-to-actor: true
279+
detached: true
280280

281281
- name: Run chainsaw test
282282
run: chainsaw test --test-dir ./tests/e2e-chainsaw/v1beta2 --config tests/_config/chainsaw-configuration.yaml

0 commit comments

Comments
 (0)