We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bba6e commit 6842438Copy full SHA for 6842438
1 file changed
.github/workflows/control.yml
@@ -23,4 +23,5 @@ jobs:
23
- run: (make vendor)
24
- run: (make)
25
- run: (make test)
26
- - run: (cd control-operator && make test)
+ - run: (cd control-operator && make)
27
+ - run: (make test)
0 commit comments