diff --git a/.github/workflows/anonymous21155-patch-1_bookingappbackend.yml b/.github/workflows/anonymous21155-patch-1_bookingappbackend.yml index 53c51b4..454daea 100644 --- a/.github/workflows/anonymous21155-patch-1_bookingappbackend.yml +++ b/.github/workflows/anonymous21155-patch-1_bookingappbackend.yml @@ -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 @@ -53,4 +55,4 @@ jobs: app-name: 'bookingappbackend' slot-name: 'Production' package: . - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_AD948423ECE6408E93AC5B72817EF305 }} \ No newline at end of file + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_AD948423ECE6408E93AC5B72817EF305 }}