Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
refactor: CI workflow and update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jan 4, 2024
1 parent fbad028 commit a651c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ jobs:
- name: 🚀 Build
run: pnpm build

# - name: 🧪 Test
# run: pnpm test
# env:
# VITE_TEST_DB_URL: ${{ secrets.VITE_TEST_DB_URL }}
- name: 🧪 Test
run: pnpm test

# - name: 🧪 Test with coverage
# run: pnpm coverage
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"release": "bumpp --commit --push --tag",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:watch": "vitest --watch",
"test:vue": "vitest --config ./packages/vue/vitest.config.ts",
"prepare": "npx simple-git-hooks"
},
"devDependencies": {
Expand Down

0 comments on commit a651c2c

Please sign in to comment.