Skip to content

Commit

Permalink
chore: enable all test suites + fixed husky hook
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Aug 7, 2024
1 parent d73935a commit e69f80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,14 @@ jobs:
- name: Build
uses: ./.github/actions/build

- name: Test Server Core
- name: Test
env:
PORT: 4000
SKIP_PROPOSAL_APPROVAL_OPERATION: true
SKIP_TRAIN_APPROVAL_OPERATION: true
AUTHUP_URL: http://localhost:3000/
run: |
npm run test --workspace=packages/server-core
- name: Test Server Storage
run: |
npm run test --workspace=packages/server-storage
npm run test
lint:
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit
npx --no -- commitlint --edit

0 comments on commit e69f80e

Please sign in to comment.