Browse Source

chore: Install playwright into correct dir in workflow

Michael Bromley 6 months ago
parent
commit
72b0b1d5d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_test_dashboard.yml

+ 1 - 1
.github/workflows/build_test_dashboard.yml

@@ -96,7 +96,7 @@ jobs:
           cp -v $GITHUB_WORKSPACE/.github/workflows/scripts/vite.config.mts ./vite.config.mts
           cp -v $GITHUB_WORKSPACE/.github/workflows/scripts/vite.config.mts ./vite.config.mts
       - name: Install Playwright
       - name: Install Playwright
         run: |
         run: |
-          cd $HOME/install/test-app
+          cd $GITHUB_WORKSPACE
           npm install playwright
           npm install playwright
           npx playwright install-deps
           npx playwright install-deps
           npx playwright install chromium
           npx playwright install chromium