瀏覽代碼

Use local CLI for playright

Jonathan Kelley 1 年之前
父節點
當前提交
8a9bf294b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/playwright.yml

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

@@ -33,7 +33,7 @@ jobs:
       uses: actions-rs/cargo@v1
       uses: actions-rs/cargo@v1
       with:
       with:
         command: install
         command: install
-        args: --git https://github.com/DioxusLabs/cli
+        args: --path packages/cli
     - name: Run Playwright tests
     - name: Run Playwright tests
       run: npx playwright test
       run: npx playwright test
     - uses: actions/upload-artifact@v3
     - uses: actions/upload-artifact@v3