We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad0918 commit 9781e4fCopy full SHA for 9781e4f
1 file changed
.github/workflows/node.js.yml
@@ -34,9 +34,11 @@ jobs:
34
35
- name: Debug .npmrc
36
run: cat .npmrc
37
+ continue-on-error: true # 빌드 스크립트가 없어도 계속 진행
38
39
- name: Debug .yarnrc.yml
40
run: cat .yarnrc.yml
41
42
43
- name: Run tests (if test script exists)
44
run: yarn workspaces foreach --all --topological --parallel --no-private run test
0 commit comments