Skip to content

Commit

Permalink
fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
csikb committed Apr 7, 2024
1 parent fcb9427 commit 58df79b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
steps:
- checkout
- node/install-packages
- run: npm run test:int:ci
- run:
command: npm run test:int:ci
environemnt:
- DEBUG: testcontainers:compose
- store_test_results:
path: reports
github_release:
Expand Down

0 comments on commit 58df79b

Please sign in to comment.