Skip to content

test: add automatic re-testing of all samples #1

test: add automatic re-testing of all samples

test: add automatic re-testing of all samples #1

Workflow file for this run

name: "Sample tests"
on:
workflow_dispatch:
push:
branches: ["*"]
tags-ignore: ["*"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun test