Skip to content

Commit

Permalink
chore: move debug tmate session before wait for clabernetes step
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Oct 21, 2023
1 parent 28014e3 commit 8864af7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
- name: deploy clabernetes
run: devspace run deploy --profile debug

- name: wait for clabernetes
run: |
kubectl rollout status deployment clabernetes-manager -n clabernetes
- name: setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_e2e }}

- name: wait for clabernetes
run: |
kubectl rollout status deployment clabernetes-manager -n clabernetes
- name: run the e2e tests
id: run-the-e2e-tests
run: make test-e2e
Expand Down

0 comments on commit 8864af7

Please sign in to comment.