Use local CLI for playright

This commit is contained in:
Jonathan Kelley 2023-07-14 13:24:28 -07:00
parent 645706c7f4
commit 8a9bf294b4
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -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