From 4cc40865f502c0de8c25c67699a035c519dcc3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 27 Aug 2023 09:57:46 +0200 Subject: [PATCH] rename checks-integration -> checks-impure I think we should not use this for all integration tests --- .../workflows/{checks-integration.yaml => checks-impure.yaml} | 2 +- checks/integration/flake-module.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .gitea/workflows/{checks-integration.yaml => checks-impure.yaml} (77%) diff --git a/.gitea/workflows/checks-integration.yaml b/.gitea/workflows/checks-impure.yaml similarity index 77% rename from .gitea/workflows/checks-integration.yaml rename to .gitea/workflows/checks-impure.yaml index a750e738..badacf0e 100644 --- a/.gitea/workflows/checks-integration.yaml +++ b/.gitea/workflows/checks-impure.yaml @@ -8,4 +8,4 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v3 - - run: nix run .#checks-integration + - run: nix run .#checks-impure diff --git a/checks/integration/flake-module.nix b/checks/integration/flake-module.nix index 3f51a34e..abc143e6 100644 --- a/checks/integration/flake-module.nix +++ b/checks/integration/flake-module.nix @@ -37,7 +37,7 @@ packages = integrationTests // { # a script that executes all other checks - checks-integration = pkgs.writeShellScriptBin "checks-integration" '' + checks-impure = pkgs.writeShellScriptBin "checks-impure" '' #!${pkgs.bash}/bin/bash set -euo pipefail ${lib.concatMapStringsSep "\n" (name: ''