Skip to content

Commit cc232c2

Browse files
committed
move tmate
1 parent 4c5ec10 commit cc232c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/solid-tests-suites.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ jobs:
136136
echo "COOKIE_server=${COOKIE_server}" >> "${GITHUB_ENV}"
137137
echo "COOKIE_thirdparty=${COOKIE_thirdparty}" >> "${GITHUB_ENV}"
138138
139+
- name: Setup tmate session
140+
uses: mxschmitt/action-tmate@v3
141+
139142
- name: Run tests - ${{ matrix.test }}
140143
run: |
141144
export COOKIE_server="${{ env.COOKIE_server }}"
@@ -149,5 +152,3 @@ jobs:
149152
--env-file ./env-vars-testers.list \
150153
${{ matrix.test }}
151154
152-
- name: Setup tmate session
153-
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)