Skip to content

Move test.yml to the correct folder #1

Move test.yml to the correct folder

Move test.yml to the correct folder #1

Workflow file for this run

name: test-workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx playwright test