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 9e8676d commit 61d27bdCopy full SHA for 61d27bd
1 file changed
.github/workflows/ci.yml
@@ -28,12 +28,16 @@ jobs:
28
29
- name: Lint
30
run: pnpm turbo lint
31
+ continue-on-error: true
32
33
- name: Typecheck
34
run: pnpm turbo typecheck
35
36
37
- name: Test (Unit)
38
run: pnpm turbo test
39
40
41
- name: Build Smoke Test
42
run: pnpm turbo build
43
0 commit comments