Skip to content

Commit

Permalink
update output_location
Browse files Browse the repository at this point in the history
  • Loading branch information
uwon0625 committed Dec 16, 2024
1 parent 46eb73d commit 927b8bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playwright Tests
name: Playwright Tests(with client-app deployment)

on:
push:
Expand Down Expand Up @@ -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
Expand All @@ -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'

0 comments on commit 927b8bc

Please sign in to comment.