Skip to content

Commit 8b1b4a1

Browse files
authored
Update ci.yml
1 parent e7d6e7b commit 8b1b4a1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v4
5252
- uses: ./
53+
id: composite
5354
with:
5455
version: ${{ fromJSON(github.event.inputs.versions)[0] }}
5556
cache: false
@@ -75,7 +76,13 @@ jobs:
7576
dir .\tests\build\test_vulkan.exe
7677
echo testing...
7778
set PATH=%PATH%;%VULKAN_SDK%/Bin
78-
.\tests\build\test_vulkan || echo COMPILE TEST ONLY COULD NOT RUN || exit /b 4
79+
.\tests\build\test_vulkan || echo COMPILE TEST ONLY COULD NOT RUN || exit /b 4
80+
- name: Setup tmate session on failure
81+
if: failure()
82+
uses: mxschmitt/[email protected]
83+
with:
84+
limit-access-to-actor: true
85+
7986

8087
test-prebuilt-linux:
8188
if: ${{ contains(github.event.inputs.extra_tests, 'prebuilt-linux') }}

0 commit comments

Comments
 (0)