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 884004b commit 05a77bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main_microsoftsupporttt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
- name: npm install, build, and test
run: |
npm install
pnpm i
npm run build --if-present
npm run test --if-present
npm run bstart --if-present
npm i -g pnpm tsx
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down Expand Up @@ -59,4 +62,4 @@ jobs:
app-name: 'microsoftsupporttt'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_A900DABE041741DBB35D7A9418DF6A85 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_A900DABE041741DBB35D7A9418DF6A85 }}

0 comments on commit 05a77bc

Please sign in to comment.