Skip to content

Commit 6b0a6bd

Browse files
committed
Disable UI tests on macOS
Closes #112 Signed-off-by: David Thompson <[email protected]>
1 parent 605d062 commit 6b0a6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
if: runner.os == 'Linux'
3232
- name: Tests
3333
run: npm run test --slient
34-
if: runner.os != 'Linux'
34+
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)