From 119e35f930f1a1ef9bf6e1a9512f0f36143269dc Mon Sep 17 00:00:00 2001 From: hopleus Date: Thu, 17 Oct 2024 14:01:15 +0300 Subject: [PATCH] Fixed the order of calling integration tests --- .github/workflows/test-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index ea942e76..a43e543b 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -35,8 +35,8 @@ jobs: - TestNodeTagCommand - TestNodeAdvertiseTagCommand - TestNodeCommand - - TestNodeExpireCommand - TestNodeApproveCommand + - TestNodeExpireCommand - TestNodeRenameCommand - TestNodeMoveCommand - TestPolicyCommand