fix(ci): smoke tests
This commit is contained in:
parent
8139a3cc52
commit
d18168c275
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -221,7 +221,7 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
if: ${{ matrix.os != 'windows-latest' }}
|
||||
run: pnpm run build:examples --concurrency=1
|
||||
run: pnpm run build:examples
|
||||
|
||||
# Turbo seems to fail on Windows, so run a custom script directly.
|
||||
- name: Test (Windows)
|
||||
|
|
Loading…
Reference in a new issue