cd into test project before testing
Some checks failed
Playwright Tests / test (push) Failing after 3m25s

This commit is contained in:
parent cea3b4a372
commit 2ba483fea9
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -26,6 +26,7 @@ jobs:
dpkg -i ../../obsidian.deb
- name: compile and test!
run: |
cd packages/test-project
yarn workspace obsidian-testing-framework run tsc
yarn playwright test
- uses: actions/upload-artifact@v4