Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nokibul committed Mar 26, 2024
1 parent b40c10f commit f186a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/db"
DATABASE_URL="postgresql://postgres:nokib@localhost:5432/postgres"
MAILDEV_INCOMING_USER="nokibnur@gmail.com"
MAILDEV_INCOMING_PASS="Oh9AY7wCfM56U2Hj"
NODE_ENV=development
3 changes: 3 additions & 0 deletions .github/workflows/first-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: migration prisma db
run: npx prisma migrate dev --name init

- name: Run tests
run: npm test

0 comments on commit f186a9b

Please sign in to comment.