Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Sep 2, 2024
1 parent 92d541d commit 7a956e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/apisix-docker-example-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
- name: Build image
run: |
make build-on-${{ matrix.platform }}
- name: Setup tmate session
if: matrix.platform == 'redhat'
uses: mxschmitt/action-tmate@v3

- name: use docker-compose
env:
APISIX_IMAGE_TAG: ${{ format('{0}-{1}', env.APISIX_VERSION, matrix.platform) }}
Expand Down

0 comments on commit 7a956e5

Please sign in to comment.