Skip to content

Commit 812815f

Browse files
committed
added continue-on-error to cicd
1 parent f8c3478 commit 812815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
jobs:
88
testing:
99
runs-on: ubuntu-latest
10+
continue-on-error: true
1011
steps:
11-
continue-on-error: true
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:

0 commit comments

Comments
 (0)