Skip to content

Support SEO friendly URLs #1

Support SEO friendly URLs

Support SEO friendly URLs #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Playwright test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Playwright test
run: |
yarn install
yarn playwright install-deps
yarn playwright install
yarn test