From 1c9348c577a0bebda5bdbb17cd300199ead89a2d 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 03:15:06 -0400 Subject: [PATCH] edit workflow --- .github/workflows/playwright.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a94b641..3052e24 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,11 +14,13 @@ jobs: with: node-version: lts/* - name: Install dependencies - run: npm install -g yarn && yarn - - name: Install Playwright Browsers - run: yarn playwright install --with-deps - - name: Run Playwright tests - run: yarn playwright test + run: | + corepack enable + yarn install + cd packages/test-project + yarn playwright install --with-deps + yarn workspace obsidian-testing-framework run tsc + yarn playwright test - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: