cd into test project before testing
Some checks failed
Playwright Tests / test (push) Failing after 3m25s
Some checks failed
Playwright Tests / test (push) Failing after 3m25s
This commit is contained in:
parent
cea3b4a372
commit
2ba483fea9
1
.github/workflows/playwright.yml
vendored
1
.github/workflows/playwright.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user