Skip to content

Commit

Permalink
Fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Dec 7, 2023
1 parent c1027bb commit 35e8a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,6 @@ jobs:

- name: Run tests
working-directory: packages/server
run: yarn bin jest --silent
run: node $(yarn bin jest) --silent
env:
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres

0 comments on commit 35e8a09

Please sign in to comment.