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 79e819d commit bee8d3bCopy full SHA for bee8d3b
.github/workflows/build.yml
@@ -290,7 +290,7 @@ jobs:
290
with:
291
run: npm run testSingleWorkspace
292
working-directory: ${{env.special-working-directory}}
293
- if: matrix.test-suite == 'venv'
+ if: matrix.test-suite == 'venv' && matrix.os == 'ubuntu-latest'
294
295
- name: Run single-workspace tests
296
env:
.github/workflows/pr-check.yml
@@ -271,7 +271,7 @@ jobs:
271
272
273
274
275
276
277
0 commit comments