Skip to content

add HyperfilesComponent.ts, install 4 dependencies #2

add HyperfilesComponent.ts, install 4 dependencies

add HyperfilesComponent.ts, install 4 dependencies #2

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