We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33b388 commit 92016d9Copy full SHA for 92016d9
1 file changed
.github/workflows/e2e.yaml
@@ -110,6 +110,9 @@ jobs:
110
# Run E2E tests
111
- name: Run E2E tests
112
run: npx nx run backend-apisix-standalone:test
113
+ - name: Setup tmate session
114
+ if: ${{ failure() }}
115
+ uses: mxschmitt/action-tmate@v3
116
api7:
117
runs-on: ubuntu-latest
118
if: contains(github.event.pull_request.labels.*.name, 'test/api7') || github.event_name == 'push'
0 commit comments