Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed Jan 19, 2024
1 parent 3d707a2 commit 33271d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
name: Install pnpm
with:
version: ${{ env.pnpm_version }}
- run: pnpm install
- name: Install dependencies
run: pnpm install
- run: npx nx run nammatham:build
- run: npx nx run nammatham:typecheck
- run: npx nx run nammatham:test
Expand Down

0 comments on commit 33271d6

Please sign in to comment.