Skip to content

Commit 90bddea

Browse files
committed
added continue-on-error to cicd
1 parent 00090b5 commit 90bddea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integrate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
node-version: 18.17.1
2828
- run: npm ci
2929
- run: npm run build
30-
- run: cd __backend tests__ && npx jest --__config backend-tests__/jest.config.js --verbose
30+
- run: cd __backend tests__
31+
- run: npx jest --__config backend-tests__/jest.config.js --verbose

0 commit comments

Comments
 (0)