Skip to content

Commit f8c3478

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

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
@@ -8,7 +8,7 @@ jobs:
88
testing:
99
runs-on: ubuntu-latest
1010
steps:
11-
- continue-on-error: true
11+
continue-on-error: true
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:

0 commit comments

Comments
 (0)