Skip to content

Commit

Permalink
use test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Mar 16, 2024
1 parent 48f43dd commit b131dca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
run: pnpm i

- name: Build
run: pnpm run build
run: pnpm build

- name: Test
run: pnpm run test:nodejs
run: pnpm test

run-misc-checks:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -88,10 +88,10 @@ jobs:
run: pnpm i

- name: Build
run: pnpm run build
run: pnpm build

- name: Type Check
run: pnpm run type-check
run: pnpm type-check

- name: Lint
run: pnpm run lint
run: pnpm lint

0 comments on commit b131dca

Please sign in to comment.