mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Fixed the order of calling integration tests
This commit is contained in:
parent
9f3bed4ad7
commit
64e8cf9001
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-integration.yaml
vendored
2
.github/workflows/test-integration.yaml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
||||||
- TestNodeAdvertiseTagNoACLCommand
|
- TestNodeAdvertiseTagNoACLCommand
|
||||||
- TestNodeAdvertiseTagWithACLCommand
|
- TestNodeAdvertiseTagWithACLCommand
|
||||||
- TestNodeCommand
|
- TestNodeCommand
|
||||||
- TestNodeExpireCommand
|
|
||||||
- TestNodeApproveCommand
|
- TestNodeApproveCommand
|
||||||
|
- TestNodeExpireCommand
|
||||||
- TestNodeRenameCommand
|
- TestNodeRenameCommand
|
||||||
- TestNodeMoveCommand
|
- TestNodeMoveCommand
|
||||||
- TestPolicyCommand
|
- TestPolicyCommand
|
||||||
|
|
Loading…
Reference in a new issue