Browse Source

chore: Install playwright into correct dir in workflow

Michael Bromley 6 tháng trước cách đây
mục cha
commit
72b0b1d5d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
       - name: Install Playwright
         run: |
-          cd $HOME/install/test-app
+          cd $GITHUB_WORKSPACE
           npm install playwright
           npx playwright install-deps
           npx playwright install chromium