Add support for creating API tokens backed by KMS signer (WIP) #1413
ci.yml
on: pull_request
ci
/
...
/
set-go-matrix
0s
ci
/
...
/
set-go-matrix
0s
ci
/
actionlint
8s
ci
/
...
/
lint
53s
ci
/
...
/
govulncheck
25s
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Matrix: ci / test / test
Annotations
4 errors
|
ci / test / test (stable):
cmd/main_test.go#L22
main_test.go:22:
Error Trace: /home/runner/work/cli/cli/cmd/step/main_test.go:22
Error: Not equal:
expected: []string{"help", "api", "path", "base64", "fileserver", "certificate", "completion", "context", "crl", "crypto", "oauth", "version", "ca", "beta", "ssh"}
actual : []string{"help", "path", "base64", "fileserver", "api", "certificate", "completion", "context", "crl", "crypto", "oauth", "version", "ca", "beta", "ssh"}
Diff:
--- Expected
+++ Actual
@@ -2,3 +2,2 @@
(string) (len=4) "help",
- (string) (len=3) "api",
(string) (len=4) "path",
@@ -6,2 +5,3 @@
(string) (len=10) "fileserver",
+ (string) (len=3) "api",
(string) (len=11) "certificate",
Test: TestAppHasAllCommands
---
|
|
ci / test / test (stable)
Process completed with exit code 1.
|
|
ci / test / test (oldstable)
The job was canceled because "stable" failed.
|
|
ci / test / test (oldstable)
The operation was canceled.
|