Skip to content

Commit

Permalink
Update main_microsoftsupporttt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanavi authored Mar 1, 2024
1 parent 4802bc9 commit b62f358
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main_microsoftsupporttt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,22 @@ jobs:
with:
node-version: '20.x'

- name: npm install, build, and test
- name: npm install
run: |
npm install
- name: pnpm install
run: |
curl -fsSL https://get.pnpm.io/install.sh | sh -
- name: pnpm run
run: |
pnpm i
- name: npm build
run: |
npm run build --if-present
npm run test --if-present
npm run bstart --if-present
- name: npm pnpm
run: |
npm i -g pnpm tsx
- name: Zip artifact for deployment
Expand Down

0 comments on commit b62f358

Please sign in to comment.