Skip to content

Commit 274d512

Browse files
authored
Update azure-webapps-node.yml3
1 parent 22b1b99 commit 274d512

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/azure-webapps-node.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ jobs:
4747
cd dist
4848
npm install --only=production
4949
50-
# Verify installation works like in SSH
50+
# Verify installation
5151
echo "Verifying serve installation:"
5252
npx serve --version
53-
echo "Testing serve command syntax:"
54-
timeout 5s npm start || echo "Serve test completed successfully"
5553
5654
- name: Upload artifact
5755
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)