diff --git a/.github/workflows/bats.yml b/.github/workflows/bats.yml index 3a37cdeb12..a3487d575d 100644 --- a/.github/workflows/bats.yml +++ b/.github/workflows/bats.yml @@ -15,13 +15,6 @@ jobs: uses: DeterminateSystems/nix-installer-action@v4 - name: Run the Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@v2 - - uses: actions/cache@v3 - id: buck-out - with: - path: buck-out - key: buck-out - restore-keys: | - buck-out - name: Buck2 build run: | nix develop -c buck2 build //core/api //core/api-ws-server \ diff --git a/.github/workflows/cache-buck-build.yml b/.github/workflows/cache-buck-build.yml deleted file mode 100644 index 563e2768ee..0000000000 --- a/.github/workflows/cache-buck-build.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: "Cache buck build" - -on: - push: - branches: [main] - -jobs: - integration: - name: Cache buck build - 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/cache@v3 - id: buck-out-main - with: - path: buck-out - key: buck-out-${{ github.sha }} - - name: Buck2 build - run: | - nix develop -c buck2 build \ - //core/api \ - //core/api-ws-server \ - //core/api-trigger \ - //core/api-cron \ - //core/api-exporter \ - //core/api-keys \ - //apps/dashboard \ - //apps/consent