Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Nov 24, 2024
1 parent a880195 commit a7d47d6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
run: pnpm i
# - name: Lint
# run: yarn lint
- name: Setup
run: yarn setup
run: pnpm run setup
- name: Test
run: yarn run test:run
run: pnpm run test:run
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit a7d47d6

Please sign in to comment.