Skip to content

Commit 4b6af8b

Browse files
committed
added continue-on-error to cicd
1 parent 905caf4 commit 4b6af8b

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
@@ -28,4 +28,4 @@ jobs:
2828
- run: npm ci
2929
- run: npm run build
3030
- run: npx jest --__config backend-tests__/jest.config.js --verbose
31-
working-directory: __backend-tests
31+
working-directory: __backend-tests__

0 commit comments

Comments
 (0)