Skip to content

Commit

Permalink
Merge pull request #125 from pow-co/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
owenkellogg authored Nov 24, 2023
2 parents 95b61f8 + 8c5a7f8 commit bd7d729
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
name: Install Dependencies
command: npm install
- run:
name: Migrate & Seed Test Database
command: npx sequelize db:migrate --url=postgres://postgres:letmein@localhost/database
name: Migrate Test Database Schema
command: npx prisma db push
- run:
name: Run Main Tests
command: npm test
Expand All @@ -27,9 +27,6 @@ jobs:
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
- run:
name: Tag and Release New Version
command: npx semantic-release
build_docker:
Expand Down Expand Up @@ -63,6 +60,7 @@ workflows:
version: 2
build_and_deploy:
jobs:
- build
- build_docker
- deploy:
requires:
Expand Down
Loading

0 comments on commit bd7d729

Please sign in to comment.