File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments