Skip to content

Commit

Permalink
fix(continuous-integration): run setup in test environment (#4)
Browse files Browse the repository at this point in the history
this ensures we get the right database
  • Loading branch information
aimeerivers authored Nov 10, 2023
1 parent 77afd9c commit 90fe2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: "npm run build --if-present"

- name: "Setup Service"
run: "npm run setup --if-present"
run: "NODE_ENV=test npm run setup --if-present"

- name: "Run Tests"
run: "npm run test"
Expand Down

0 comments on commit 90fe2e5

Please sign in to comment.