Skip to content

Commit

Permalink
Update azure-webapps-node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez committed May 8, 2023
1 parent 37dd50b commit 7e41085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-webapps-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:

- name: npm install, build, and test
run: |
cd ./src
npm install
npm run build --if-present
npm run test --if-present
working-directory: ./src

# - name: Upload artifact for deployment job
# uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

0 comments on commit 7e41085

Please sign in to comment.