Skip to content

Commit

Permalink
spelling oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRibcage committed Jun 5, 2024
1 parent 9c609bf commit 078c521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Run Prettier
run: |
npm run check
- name: Setup db
- name: Set up db
run: |
echo -e 'PORT=3000\nDATABASE_URL="./db/test.db"' > .env.test
npx dotenv -e .env.test -- drizzle-kit push --config=.github/ci-config.ts
Expand Down

0 comments on commit 078c521

Please sign in to comment.