Skip to content

feat(oepn-library): add basic style to example app #42

feat(oepn-library): add basic style to example app

feat(oepn-library): add basic style to example app #42

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
all:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: true
# - name: Build
# run: pnpm run build
- name: Install browsers
run: pnpm exec playwright install --with-deps
- name: Test
run: pnpm t --recursive --if-present