Skip to content

Commit

Permalink
ci: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed May 23, 2024
1 parent 125dd69 commit fc1b30f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
run: pnpm install

- name: Build packages
run: pnpm build --filter=./packages/*
run: pnpm build:packages

- name: Create dotenv file
run: echo "DATABASE_URL=postgres://postgres:@localhost:5432" >> .env.local

- name: Check
run: pnpm check

0 comments on commit fc1b30f

Please sign in to comment.