Skip to content

Commit 1d01c1b

Browse files
committed
pause ci
1 parent eac3a1d commit 1d01c1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
. .venv/bin/activate
8686
echo PATH=$PATH >> $GITHUB_ENV
8787
88+
- name: setup tmate session
89+
if: matrix.runtime == 'podman' && matrix.test-suite == '22*.robot'
90+
uses: mxschmitt/action-tmate@v3
91+
8892
- name: Run smoke tests
8993
run: |
9094
bash ./tests/rf-run.sh ${{ matrix.runtime }} ./tests/01-smoke/${{ matrix.test-suite }}

0 commit comments

Comments
 (0)