Skip to content

Highlight created words on board and search them in dictionary #96

Highlight created words on board and search them in dictionary

Highlight created words on board and search them in dictionary #96

Workflow file for this run

name: E2E
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bunx playwright install --with-deps chromium
- run: bun run build
- run: bunx start-server-and-test start:app http://localhost:3333 test-playwright:run
- uses: actions/upload-artifact@v7
if: failure()
with:
name: playwright-artifacts
path: |
playwright-report
test-results
if-no-files-found: ignore