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