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