Skip to content

Commit

Permalink
add create test database step to the staging-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ae2079 committed Aug 1, 2024
1 parent 5018277 commit db16aa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/staging-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
run: yarn install
- name: Run linter
run: yarn lint
- name: Create test database
run: |
psql -U postgres -c "CREATE DATABASE \"notification-center\";"
- name: Run migrations
run: yarn db:migrate:run:test
- name: Run tests
Expand Down

0 comments on commit db16aa0

Please sign in to comment.