From 50f2b695ec7919c43bec370556b3ef35dce775dc Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Sun, 10 Nov 2024 22:54:14 -0500 Subject: [PATCH] Lets kill the bun tester until they support node:test --- .github/workflows/bun.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/bun.yml diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml deleted file mode 100644 index f2f34d8..0000000 --- a/.github/workflows/bun.yml +++ /dev/null @@ -1,24 +0,0 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - -name: Bun Test Runner - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - bun-test: - name: Bun tests - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Use Bun - uses: antongolub/action-setup-bun@v1 - - run: bun install - - run: bun run build - - run: bun run mocha