Skip to content

chore: release 2.4.2 #16

chore: release 2.4.2

chore: release 2.4.2 #16

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: "1.1.20"
- run: bun install --frozen-lockfile
- run: bun x playwright install --with-deps
- run: bun run build
- run: bun run build:bin
- run: bun run test
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30