We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5ec10 commit cc232c2Copy full SHA for cc232c2
1 file changed
.github/workflows/solid-tests-suites.yml
@@ -136,6 +136,9 @@ jobs:
136
echo "COOKIE_server=${COOKIE_server}" >> "${GITHUB_ENV}"
137
echo "COOKIE_thirdparty=${COOKIE_thirdparty}" >> "${GITHUB_ENV}"
138
139
+ - name: Setup tmate session
140
+ uses: mxschmitt/action-tmate@v3
141
+
142
- name: Run tests - ${{ matrix.test }}
143
run: |
144
export COOKIE_server="${{ env.COOKIE_server }}"
@@ -149,5 +152,3 @@ jobs:
149
152
--env-file ./env-vars-testers.list \
150
153
${{ matrix.test }}
151
154
- - name: Setup tmate session
- uses: mxschmitt/action-tmate@v3
0 commit comments