Skip to content

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec… #994

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec…

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec… #994

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
- 'renovate/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- name: Run tests
run: pnpm run test --coverage