Skip to content

Commit 9a15b30

Browse files
committed
ci: 👷 update ci run script
Fix wrong naming of the script for running the jest tests.
1 parent d1f90ca commit 9a15b30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: docker/setup-buildx-action@v2
2828

2929
- name: Run Jest tests with Testcontainers
30-
run: npm run testcon:jest:debug
30+
run: npm run testcon:jest
3131
env:
3232
TESTCONTAINERS_DOCKER_IMAGE: postgres:17.2-alpine

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test:play:debug": "npx playwright test --debug",
88
"test:jest:watch": "jest --watch",
99
"testcon:play": "DEBUG=testcontainers* npx playwright test",
10-
"testcon:jest:debug": "DEBUG=testcontainers* npm test",
10+
"testcon:jest": "DEBUG=testcontainers* npm test",
1111
"report:play": "npx playwright show-report"
1212
},
1313
"keywords": [],

0 commit comments

Comments
 (0)