Skip to content

Commit

Permalink
chore: fix ga postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Oct 22, 2024
1 parent 8343595 commit 19c2063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
run: yarn lint

- name: start postgres service
run: |
docker compose up -d --wait postgres
yarn migrations:latest
run: docker compose up -d --wait postgres

- name: test
run: yarn test:ci
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ EXPOSE 3000
ENV PORT=3000

CMD ["yarn","serve"]
# CMD ["serve"]

0 comments on commit 19c2063

Please sign in to comment.