Skip to content

Revert "feat: add data-cid as key (#16)" (#17) #77

Revert "feat: add data-cid as key (#16)" (#17)

Revert "feat: add data-cid as key (#16)" (#17) #77

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.4
- name: Install dependencies, build, and test
run: bun install
- run: bunx playwright install
- run: bunx playwright install-deps
- run: bun run build
- run: bun run bundlewatch
- run: bun run test