diff --git a/.github/workflows/bats.yml b/.github/workflows/bats.yml deleted file mode 100644 index e7684d79d1..0000000000 --- a/.github/workflows/bats.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: "Bats test" - -on: - pull_request: - branches: [main] - -jobs: - integration: - name: Bats tests - runs-on: ubuntu-latest - timeout-minutes: 20 - steps: - - uses: actions/checkout@v3 - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v4 - - name: Run the Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v2 - - uses: actions/checkout@v3 - - run: nix develop -c buck2 build //core/api:api - - name: Run bats tests - run: | - nix develop -c bats -t bats/core/api