Skip to content

Commit

Permalink
replace test.yml individual runs with just running scripts/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Dec 21, 2024
1 parent 6b3c7f9 commit cc745a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ jobs:
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18 || >=20 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^9.0.4, run_install: true } }
- run: scripts/package.sh
- run: pnpm hsm golf game-scripts/binmat.ts
- run: pnpm hsm golf game-scripts/binmat_lib.ts
- run: pnpm tsc
- run: pnpm tsc --project src
- run: pnpm test
- run: scripts/test.sh

0 comments on commit cc745a6

Please sign in to comment.