rewrite declaration of XDG_CONFIG_HOME env var
All checks were successful
Playwright Tests / test (push) Successful in 2m34s

This commit is contained in:
parent eb923088bb
commit 536e15a039
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -26,9 +26,8 @@ jobs:
yarn playwright install-deps yarn playwright install-deps
sudo dpkg -i ../../obsidian.deb sudo dpkg -i ../../obsidian.deb
- name: compile and test! - name: compile and test!
env:
XDG_CONFIG_HOME: $HOME/.config
run: | run: |
export XDG_CONFIG_HOME=$HOME/.config
yarn workspace obsidian-testing-framework run tsc yarn workspace obsidian-testing-framework run tsc
yarn workspace obsidian-sample-plugin run test yarn workspace obsidian-sample-plugin run test
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4