Skip to content

Commit

Permalink
test: add automatic re-testing of all samples
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Dec 15, 2024
1 parent 2a00858 commit f411288
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit f411288

Please sign in to comment.