From 536e15a0398e9b1a932dd2e91d0348939f2d7645 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: Thu, 24 Oct 2024 20:46:40 -0400 Subject: [PATCH] rewrite declaration of `XDG_CONFIG_HOME` env var --- .github/workflows/playwright.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 886cd1c..6744a84 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -26,9 +26,8 @@ jobs: yarn playwright install-deps sudo dpkg -i ../../obsidian.deb - name: compile and test! - env: - XDG_CONFIG_HOME: $HOME/.config run: | + export XDG_CONFIG_HOME=$HOME/.config yarn workspace obsidian-testing-framework run tsc yarn workspace obsidian-sample-plugin run test - uses: actions/upload-artifact@v4