Skip to content

Commit

Permalink
fix(cd): setup test db for tests (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikFricke authored Nov 11, 2024
1 parent 3d84291 commit e96b162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Start docker compose
run: npm run docker:up
- name: Install deps
uses: bahmutov/npm-install@v1
- name: Run unit tests
Expand Down

0 comments on commit e96b162

Please sign in to comment.