From e02976750d8ce46a95ffd7e9a3d61ea67f0ac5a0 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Sat, 18 May 2024 16:47:37 -0300 Subject: [PATCH] Remove unused env var --- .github/workflows/build.yaml | 1 - .github/workflows/check-and-test.yaml | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 98ba772..4d1870c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,6 @@ jobs: runs-on: ${{ matrix.systems.runner }} env: CLOSURE_FILE: magic-nix-cache.closure.xz - CLOSURE_KEY: magic-nix-cache-${{ matrix.systems.runner }}-${{ github.sha }} strategy: matrix: systems: diff --git a/.github/workflows/check-and-test.yaml b/.github/workflows/check-and-test.yaml index 133ac0c..516d826 100644 --- a/.github/workflows/check-and-test.yaml +++ b/.github/workflows/check-and-test.yaml @@ -7,6 +7,7 @@ on: jobs: checks: + name: Nix and Rust checks runs-on: ubuntu-22.04 permissions: contents: read @@ -30,11 +31,13 @@ jobs: run: nix develop --command cargo clippy build: + name: Build artifacts needs: checks uses: ./.github/workflows/build.yaml secrets: inherit - test-magic-nix-cache-action: + action-integration-test: + name: Integration test for magic-nix-cache-action runs-on: ${{ matrix.systems.runner }} needs: build env: