Skip to content

Chore/pw e2e refactor #17

Chore/pw e2e refactor

Chore/pw e2e refactor #17

Workflow file for this run

name: E2E tests
on:
pull_request:
jobs:
test:
name: E2E tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run tests
run: yarn test:e2e
- name: Archive artifacts
uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
- name: playwright-report

Check failure on line 30 in .github/workflows/e2e_tests.yml

View workflow run for this annotation

GitHub Actions / E2E tests

Invalid workflow file

The workflow is not valid. .github/workflows/e2e_tests.yml (Line: 30, Col: 11): A sequence was not expected
path: ./playwright-report
- name: test-results
path: ./test-results