Skip to content

Commit

Permalink
ci: fix .env issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankParticle committed Apr 7, 2024
1 parent 509beb4 commit 79d4698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
- name: Install Dependencies 📦
run: pnpm install

- name: Copy Example Env 📝
run: cp apps/mailtools/.env.example apps/mailtools/.env

- name: Check 🚨
run: pnpm ci:run
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"check": "pnpm -r run check",
"format": "prettier --write .",
"format:check": "prettier --check .",
"ci:run": "pnpm format:check && pnpm check && pnpm test"
"ci:run": "pnpm format:check && pnpm build && pnpm check && pnpm test"
},
"keywords": [
"u22n"
Expand Down

0 comments on commit 79d4698

Please sign in to comment.