Skip to content

Commit ec58220

Browse files
authored
Re-enable macOS testing (#101)
* Re-enable macOS testing Signed-off-by: Gunnar Wagenknecht <[email protected]> * Exclude test projects Signed-off-by: Gunnar Wagenknecht <[email protected]> --------- Signed-off-by: Gunnar Wagenknecht <[email protected]>
1 parent 0d8e230 commit ec58220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest] #, macos-latest] #, windows-latest] # https://github.com/coactions/setup-xvfb/issues/18
25+
os: [ubuntu-latest, macos-latest] #, windows-latest] # https://github.com/coactions/setup-xvfb/issues/18
2626

2727
steps:
2828
- name: Checkout
@@ -108,6 +108,7 @@ jobs:
108108
test/**/*.json
109109
!test/**/tsconfig.json
110110
!test/**/runConfigurations/*.xml
111+
!test/projects/**/*
111112
112113
- name: Upload screenshots on failure
113114
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)