Skip to content

Commit 9e9b49f

Browse files
committed
added continue-on-error to cicd
1 parent 90bddea commit 9e9b49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate.yml

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

0 commit comments

Comments
 (0)