diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8f9caa2..045fa47 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -26,6 +26,7 @@ jobs: dpkg -i ../../obsidian.deb - name: compile and test! run: | + cd packages/test-project yarn workspace obsidian-testing-framework run tsc yarn playwright test - uses: actions/upload-artifact@v4