Skip to content

Commit b0b7a3f

Browse files
committed
fix: ci
Signed-off-by: ananeridev <ananeri32@hotmail.com>
1 parent c113f4e commit b0b7a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
NODE_ENV: test
6262

6363
- name: Seed test database
64-
run: npm run test:seed
64+
run: node tests/config/seed.js
6565
env:
6666
NODE_ENV: test
6767
TEST_DATABASE_URL: ${{ secrets.TEST_DATABASE_URL }}

0 commit comments

Comments
 (0)