Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #7

Merged
merged 2 commits into from May 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -13,11 +13,13 @@ jobs:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Set node version to 18.x
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Run docker images
run: docker-compose up -d
- name: Install deps
run: pnpm install
- name: Build packages
run: pnpm build
- name: Run tests
run: pnpm test:ci
7 changes: 4 additions & 3 deletions apps/api/package.json
Expand Up @@ -39,8 +39,11 @@
"@types/jsonwebtoken": "^9.0.1",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.15.11",
"@types/pg": "^8.6.6",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"dotenv-cli": "^7.1.0",
"drizzle-kit": "^0.17.6",
"drizzle-orm": "^0.25.4",
"fastify": "^4.15.0",
"fastify-plugin": "^4.5.0",
Expand All @@ -55,8 +58,6 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"vite-tsconfig-paths": "^4.0.8",
"vitest": "^0.29.8",
"@types/pg": "^8.6.6",
"drizzle-kit": "^0.17.6"
"vitest": "^0.29.8"
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.