Skip to content

Commit

Permalink
Implement CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Bozzo authored and Lucas Bozzo committed Apr 28, 2024
1 parent e050277 commit 245ac4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm run db:generate
- run: npm run db:migrate
deploy:
Expand Down

0 comments on commit 245ac4a

Please sign in to comment.