This commit is contained in:
parent
3a5a48e2fb
commit
b89debe49c
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y jq xdg-utils xvfb
|
apt-get install -y jq xdg-utils xvfb
|
||||||
@ -25,6 +25,8 @@ jobs:
|
|||||||
yarn playwright install-deps
|
yarn playwright install-deps
|
||||||
dpkg -i ../../obsidian.deb
|
dpkg -i ../../obsidian.deb
|
||||||
- name: compile and test!
|
- name: compile and test!
|
||||||
|
env:
|
||||||
|
XDG_CONFIG_HOME: /root/.config
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user