Skip to content

Commit c954793

Browse files
committed
Test Azure-CI
1 parent dbfbdce commit c954793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
env:
2323
AZURE_WEBAPP_NAME: test-node-app-123 # set this to your application's name
24-
AZURE_WEBAPP_PACKAGE_PATH: 'Experiments\Experiments\Azure\Azure-NodeJs-CI' # set this to the path to your web app project, defaults to the repository root
24+
AZURE_WEBAPP_PACKAGE_PATH: '/home/runner/work/Experiments/Experiments/Azure/Azure-NodeJs-CI' # set this to the path to your web app project, defaults to the repository root
2525
NODE_VERSION: '14.x' # set this to the node version to use
2626

2727
jobs:

0 commit comments

Comments
 (0)