From b89debe49c2a2442dde5bbf64b9731ad11951630 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 18:16:04 -0400 Subject: [PATCH] update playwright action --- .github/workflows/playwright.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7a272d1..02cfb79 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - - name: Install dependencies + - name: Install dependencies run: | apt-get update apt-get install -y jq xdg-utils xvfb @@ -25,6 +25,8 @@ jobs: yarn playwright install-deps dpkg -i ../../obsidian.deb - name: compile and test! + env: + XDG_CONFIG_HOME: /root/.config run: | yarn workspace obsidian-testing-framework run tsc yarn workspace obsidian-sample-plugin run test