Skip to content

Commit

Permalink
Update azure-deploy-prod_maht.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mookse authored May 7, 2024
1 parent b12d1ff commit 8f76db9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/azure-deploy-prod_maht.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions

name: Build and deploy Node.js app to Azure Web App - maht

on:
Expand All @@ -14,10 +11,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: checkout object
- name: Checkout code
uses: actions/checkout@v2
with:
node-version: '18.x'

- name: Set up Node.js version
uses: actions/setup-node@v2
Expand All @@ -28,9 +23,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: npm install, build, and test
- name: Build and test
run: |
npm install
npm run build --if-present
npm run test --if-present
Expand Down

0 comments on commit 8f76db9

Please sign in to comment.