Skip to content

Commit

Permalink
Updated CI/CD Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dn54321 committed Jun 27, 2024
1 parent 8a116b1 commit 3288575
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:
- name: Install dependencies
run: pnpm install
- run: pnpm run --if-present build

- name: Run Tests
run: pnpm run test
# - name: Run Tests
# run: pnpm run test

- name: Install Vercel CLI
run: pnpm add --global vercel@latest

Expand Down
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": 2,
"public": false,
"github": {
"enabled": false
}
}

0 comments on commit 3288575

Please sign in to comment.