From 927b8bccef4d958c06d4449e314026278454dcb6 Mon Sep 17 00:00:00 2001 From: uwon0625 Date: Mon, 16 Dec 2024 13:02:24 -0800 Subject: [PATCH] update output_location --- .github/workflows/playwright.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a23f92e..3a58af5 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,4 +1,4 @@ -name: Playwright Tests +name: Playwright Tests(with client-app deployment) on: push: @@ -61,6 +61,8 @@ jobs: run: | npm ci npm run build --configuration=production + echo "Listing dist directory contents:" + ls -la dist/ - name: Deploy to Azure Static Web Apps uses: Azure/static-web-apps-deploy@v1 @@ -69,7 +71,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} action: "upload" app_location: "client-app" - output_location: "dist/browser" + output_location: "dist" skip_app_build: false env: NODE_VERSION: '20' \ No newline at end of file