From f41128842408a2bb64f58f7426fc51ec2020710d Mon Sep 17 00:00:00 2001 From: Dany Sluijk Date: Sun, 15 Dec 2024 10:30:22 +0100 Subject: [PATCH] test: add automatic re-testing of all samples --- .github/workflows/test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..83d78c2 --- /dev/null +++ b/.github/workflows/test.yml @@ -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