You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ jobs:
121
121
PATH="$PATH:/root/go/bin" GO_TAGS="stablediffusion tts" make --jobs 5 --output-sync=target test
122
122
- name: Setup tmate session if tests fail
123
123
if: ${{ failure() }}
124
-
uses: dave-gray101/action-tmate@master
124
+
uses: mxschmitt/action-tmate@v3.18
125
125
with:
126
126
connect-timeout-seconds: 180
127
127
@@ -174,7 +174,7 @@ jobs:
174
174
make run-e2e-aio
175
175
- name: Setup tmate session if tests fail
176
176
if: ${{ failure() }}
177
-
uses: dave-gray101/action-tmate@master
177
+
uses: mxschmitt/action-tmate@v3.18
178
178
with:
179
179
connect-timeout-seconds: 180
180
180
@@ -209,6 +209,6 @@ jobs:
209
209
BUILD_TYPE="GITHUB_CI_HAS_BROKEN_METAL" CMAKE_ARGS="-DLLAMA_F16C=OFF -DLLAMA_AVX512=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF" make --jobs 4 --output-sync=target test
0 commit comments