We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8e230 commit ec58220Copy full SHA for ec58220
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- os: [ubuntu-latest] #, macos-latest] #, windows-latest] # https://github.com/coactions/setup-xvfb/issues/18
+ os: [ubuntu-latest, macos-latest] #, windows-latest] # https://github.com/coactions/setup-xvfb/issues/18
26
27
steps:
28
- name: Checkout
@@ -108,6 +108,7 @@ jobs:
108
test/**/*.json
109
!test/**/tsconfig.json
110
!test/**/runConfigurations/*.xml
111
+ !test/projects/**/*
112
113
- name: Upload screenshots on failure
114
uses: actions/upload-artifact@v4
0 commit comments