Skip to content

Commit b480db6

Browse files
Do not run libuiohook tests on Linux as there is no X11
1 parent 0552ea3 commit b480db6

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ jobs:
257257
258258
cmake --install ${{github.workspace}}/build --config RelWithDebInfo
259259
260-
- name: Test
261-
shell: bash
262-
run: |
263-
${{github.workspace}}/build/uiohook_tests
264-
265260
- name: Upload
266261
uses: actions/upload-artifact@v5
267262
with:
@@ -315,11 +310,6 @@ jobs:
315310
316311
cmake --install ${{github.workspace}}/build --config RelWithDebInfo
317312
318-
- name: Test
319-
shell: bash
320-
run: |
321-
${{github.workspace}}/build/uiohook_tests
322-
323313
- name: Upload
324314
uses: actions/upload-artifact@v5
325315
with:
@@ -374,11 +364,6 @@ jobs:
374364
375365
cmake --install ${{github.workspace}}/build --config RelWithDebInfo
376366
377-
- name: Test
378-
shell: bash
379-
run: |
380-
${{github.workspace}}/build/uiohook_tests
381-
382367
- name: Upload
383368
uses: actions/upload-artifact@v5
384369
with:
@@ -422,7 +407,7 @@ jobs:
422407
- name: Test
423408
shell: bash
424409
run: |
425-
${{github.workspace}}\build\RelWithDebInfo\uiohook_tests
410+
${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
426411
427412
- name: Upload
428413
uses: actions/upload-artifact@v5
@@ -467,7 +452,7 @@ jobs:
467452
- name: Test
468453
shell: bash
469454
run: |
470-
${{github.workspace}}\build\RelWithDebInfo\uiohook_tests
455+
${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
471456
472457
- name: Upload
473458
uses: actions/upload-artifact@v5
@@ -512,7 +497,7 @@ jobs:
512497
- name: Test
513498
shell: bash
514499
run: |
515-
${{github.workspace}}\build\RelWithDebInfo\uiohook_tests
500+
${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
516501
517502
- name: Upload
518503
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)