edit workflow
Some checks failed
Playwright Tests / test (push) Failing after 8s

This commit is contained in:
parent 810f08949a
commit 631d3ff1af
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -14,11 +14,12 @@ 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 npm install -g yarn && yarn
- name: Run Playwright tests yarn install
run: yarn playwright test yarn playwright install --with-deps
yarn playwright test
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
with: with: