Skip to content

Commit

Permalink
Disable UI tests on macOS
Browse files Browse the repository at this point in the history
Closes redhat-developer#112

Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Sep 30, 2022
1 parent 605d062 commit 6b0a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
if: runner.os == 'Linux'
- name: Tests
run: npm run test --slient
if: runner.os != 'Linux'
if: runner.os == 'Windows'

0 comments on commit 6b0a6bd

Please sign in to comment.