From 4ef66c18a6a967ec84403d46dd63385c9d8cd7f8 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 16 Jul 2024 10:07:11 +0200 Subject: [PATCH] add integration test for acl command with nodes to ci Signed-off-by: Kristoffer Dalby --- .github/workflows/test-integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index cdceb5b4e48..ed1d12219f2 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -18,6 +18,7 @@ jobs: - TestACLNamedHostsCanReachBySubnet - TestACLNamedHostsCanReach - TestACLDevice1CanAccessDevice2 + - TestPolicyUpdateWhileRunningWithCLIInDatabase - TestOIDCAuthenticationPingAll - TestOIDCExpireNodesBasedOnTokenExpiry - TestAuthWebFlowAuthenticationPingAll