فهرست منبع

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
       with:
         command: install
-        args: --git https://github.com/DioxusLabs/cli
+        args: --path packages/cli
     - name: Run Playwright tests
       run: npx playwright test
     - uses: actions/upload-artifact@v3