Skip to content

Commit c9feb77

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
testing:
99
runs-on: ubuntu-latest
1010
steps:
11+
- continue-on-error: true
1112
- uses: actions/checkout@v2
1213
- uses: actions/setup-node@v1
1314
with:

0 commit comments

Comments
 (0)