Skip to content

Commit

Permalink
fix the order so tests can run
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 9, 2024
1 parent 948e343 commit 759450b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/typescript-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Install Dependencies
working-directory: ./js
run: pnpm install --frozen-lockfile -r
- name: Test
working-directory: ./js
run: pnpm run -r test
- name: Pre-Build
working-directory: ./js
run: pnpm run -r prebuild
- name: Test
working-directory: ./js
run: pnpm run -r test
- name: Build
working-directory: ./js
run: pnpm run -r build
Expand Down

0 comments on commit 759450b

Please sign in to comment.