Skip to content

Commit

Permalink
Update development_hgn-rest-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
one-community authored Dec 11, 2024
1 parent 0ebdc61 commit 3d26e8f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/development_hgn-rest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ jobs:
- name: Set up Node.js version
uses: actions/setup-node@v3
with:
node-version: '14-lts'
node-version: 14

- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down Expand Up @@ -59,4 +58,4 @@ jobs:
app-name: 'hgn-rest-dev'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_37BDFCF15560478F9069CEF1EA105BF0 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_37BDFCF15560478F9069CEF1EA105BF0 }}

0 comments on commit 3d26e8f

Please sign in to comment.