Skip to content

Commit

Permalink
Update anonymous21155-patch-1_bookingappbackend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous21155 authored Nov 21, 2023
1 parent 52bef95 commit dd85533
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:

- name: npm install, build, and test
run: |
cd Server
npm install
npm run build --if-present
npm run test --if-present
npm test -- --passWithNoTests
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -53,4 +55,4 @@ jobs:
app-name: 'bookingappbackend'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_AD948423ECE6408E93AC5B72817EF305 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_AD948423ECE6408E93AC5B72817EF305 }}

0 comments on commit dd85533

Please sign in to comment.