We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac3a1d commit 1d01c1bCopy full SHA for 1d01c1b
.github/workflows/smoke-tests.yml
@@ -85,6 +85,10 @@ jobs:
85
. .venv/bin/activate
86
echo PATH=$PATH >> $GITHUB_ENV
87
88
+ - name: setup tmate session
89
+ if: matrix.runtime == 'podman' && matrix.test-suite == '22*.robot'
90
+ uses: mxschmitt/action-tmate@v3
91
+
92
- name: Run smoke tests
93
run: |
94
bash ./tests/rf-run.sh ${{ matrix.runtime }} ./tests/01-smoke/${{ matrix.test-suite }}
0 commit comments