This commit is contained in:
parent
810f08949a
commit
2ed28b27fb
13
.github/workflows/playwright.yml
vendored
13
.github/workflows/playwright.yml
vendored
@ -14,11 +14,14 @@ jobs:
|
||||
with:
|
||||
node-version: lts/*
|
||||
- name: Install dependencies
|
||||
run: npm install -g yarn && yarn
|
||||
- name: Install Playwright Browsers
|
||||
run: yarn playwright install --with-deps
|
||||
- name: Run Playwright tests
|
||||
run: yarn playwright test
|
||||
run: |
|
||||
apt-get install obsidian
|
||||
corepack enable
|
||||
yarn install
|
||||
cd packages/test-project
|
||||
yarn playwright install --with-deps
|
||||
yarn workspace obsidian-testing-framework run tsc
|
||||
yarn playwright test
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ !cancelled() }}
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user