Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordy Cabannes committed Mar 4, 2024
1 parent 347ccb9 commit 63be8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Install playwright test browsers
run: npx playwright install
- name: Run all tests
run: npm test
run: DEBUG=testcontainers:compose,testcontainers:containers,testcontainers:exec npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint-fix": "eslint --fix packages/*/src --ext .ts",
"prepare": "husky install",
"softClean": "rimraf packages/*/dist",
"test": "lerna run test"
"test": "lerna run --ignore federation-server --ignore matrix-application-server --ignore matrix-identity-server --ignore logger test"
},
"devDependencies": {
"@crowdsec/express-bouncer": "^0.1.0",
Expand Down

0 comments on commit 63be8e1

Please sign in to comment.