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

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

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