From e68e2288f799011983da4c275c3230bfdaaa9a0b Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 24 Oct 2025 17:22:53 +0200 Subject: [PATCH] gen: test-integration (#2814) --- .github/workflows/integration-test-template.yml | 1 + .github/workflows/test-integration.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-template.yml b/.github/workflows/integration-test-template.yml index 57b74273..3307262f 100644 --- a/.github/workflows/integration-test-template.yml +++ b/.github/workflows/integration-test-template.yml @@ -62,6 +62,7 @@ jobs: '**/flake.lock') }} restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }} - name: Run Integration Test + if: always() && steps.changed-files.outputs.files == 'true' run: nix develop --command -- hi run --stats --ts-memory-limit=300 --hs-memory-limit=1500 "^${{ inputs.test }}$" \ --timeout=120m \ diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index b321ebad..37aa792e 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -24,11 +24,11 @@ jobs: - TestACLAutogroupMember - TestACLAutogroupTagged - TestACLAutogroupSelf + - TestACLPolicyPropagationOverTime - TestAPIAuthenticationBypass - TestAPIAuthenticationBypassCurl - TestGRPCAuthenticationBypass - TestCLIWithConfigAuthenticationBypass - - TestACLPolicyPropagationOverTime - TestAuthKeyLogoutAndReloginSameUser - TestAuthKeyLogoutAndReloginNewUser - TestAuthKeyLogoutAndReloginSameUserExpiredKey