Skip to content

chore: ref. license.md instead of license in the root workspace #1

chore: ref. license.md instead of license in the root workspace

chore: ref. license.md instead of license in the root workspace #1

Workflow file for this run

name: Tests 🧪
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun run test:coverage
- name: Publish coverage
uses: romeovs/[email protected]
with:
lcov-file: ./coverage/lcov.info