From 2ba483fea9d31922f8c3df5fed19345ce4ce34f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Wed, 23 Oct 2024 04:22:56 -0400 Subject: [PATCH] cd into test project before testing --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) 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