rewrite declaration of XDG_CONFIG_HOME
env var
All checks were successful
Playwright Tests / test (push) Successful in 2m34s
All checks were successful
Playwright Tests / test (push) Successful in 2m34s
This commit is contained in:
parent
eb923088bb
commit
536e15a039
3
.github/workflows/playwright.yml
vendored
3
.github/workflows/playwright.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user