Skip to content

Commit 9781e4f

Browse files
committed
[CI/CD]
1 parent 2ad0918 commit 9781e4f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434

3535
- name: Debug .npmrc
3636
run: cat .npmrc
37+
continue-on-error: true # 빌드 스크립트가 없어도 계속 진행
3738

3839
- name: Debug .yarnrc.yml
3940
run: cat .yarnrc.yml
41+
continue-on-error: true # 빌드 스크립트가 없어도 계속 진행
4042

4143
- name: Run tests (if test script exists)
4244
run: yarn workspaces foreach --all --topological --parallel --no-private run test

0 commit comments

Comments
 (0)