Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lostyu committed Apr 7, 2023
1 parent 3ed91c1 commit 95d3113
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- name: Install modules
run: pnpm install
with:
version: latest
run_install: true
- name: Run Test
run: pnpm run test:run
run: pnpm run test:run

0 comments on commit 95d3113

Please sign in to comment.