Skip to content

update catch to catch the task to better demonstrate how the errors flow #20

update catch to catch the task to better demonstrate how the errors flow

update catch to catch the task to better demonstrate how the errors flow #20

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run test