From 0ad82769beefe97f2e496fd81dfc2be7b753aa03 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 1 Aug 2025 11:38:15 +0000 Subject: [PATCH] .github/workflows: regen new cli tests --- .github/workflows/test-integration.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index a16f0aab..59ec066a 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -34,6 +34,7 @@ jobs: - TestAuthWebFlowAuthenticationPingAll - TestAuthWebFlowLogoutAndRelogin - TestUserCommand + - TestUserCreateCommand - TestPreAuthKeyCommand - TestPreAuthKeyCommandWithoutExpiry - TestPreAuthKeyCommandReusableEphemeral @@ -47,6 +48,19 @@ jobs: - TestNodeMoveCommand - TestPolicyCommand - TestPolicyBrokenConfigCommand + - TestNodeRoutesListCommand + - TestNodeRoutesApproveCommand + - TestPolicyCheckCommand + - TestConfigTestCommand + - TestGeneratePrivateKeyCommand + - TestVersionCommand + - TestNodesBackfillIPsCommand + - TestOutputFormatVariations + - TestCommandAliases + - TestCLIErrorHandling + - TestDumpConfigCommand + - TestCompletionCommands + - TestMissingFlagCombinations - TestDERPVerifyEndpoint - TestResolveMagicDNS - TestResolveMagicDNSExtraRecordsPath