Skip to content

Commit 92016d9

Browse files
committed
test
1 parent d33b388 commit 92016d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
# Run E2E tests
111111
- name: Run E2E tests
112112
run: npx nx run backend-apisix-standalone:test
113+
- name: Setup tmate session
114+
if: ${{ failure() }}
115+
uses: mxschmitt/action-tmate@v3
113116
api7:
114117
runs-on: ubuntu-latest
115118
if: contains(github.event.pull_request.labels.*.name, 'test/api7') || github.event_name == 'push'

0 commit comments

Comments
 (0)