Skip to content

fix: modify credential refresh to support stacked contexts #1649

fix: modify credential refresh to support stacked contexts

fix: modify credential refresh to support stacked contexts #1649

Triggered via pull request September 23, 2024 14:09
Status Failure
Total duration 1m 33s
Artifacts

test.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
test (ubuntu-22.04): pkg/tests/tester/runner.go#L201
cannot use credentials.NoopStore{} (value of type "github.com/gptscript-ai/gptscript/pkg/credentials".NoopStore) as "github.com/gptscript-ai/gptscript/pkg/credentials".CredentialStore value in argument to runner.New: "github.com/gptscript-ai/gptscript/pkg/credentials".NoopStore does not implement "github.com/gptscript-ai/gptscript/pkg/credentials".CredentialStore (wrong type for method Refresh)
test (ubuntu-22.04): pkg/tests/runner2_test.go#L8
could not import github.com/gptscript-ai/gptscript/pkg/tests/tester (-: # github.com/gptscript-ai/gptscript/pkg/tests/tester
test (ubuntu-22.04): pkg/tests/tester/runner.go#L201
cannot use credentials.NoopStore{} (value of type "github.com/gptscript-ai/gptscript/pkg/credentials".NoopStore) as "github.com/gptscript-ai/gptscript/pkg/credentials".CredentialStore value in argument to runner.New: "github.com/gptscript-ai/gptscript/pkg/credentials".NoopStore does not implement "github.com/gptscript-ai/gptscript/pkg/credentials".CredentialStore (wrong type for method Refresh)
test (ubuntu-22.04)
Process completed with exit code 2.
test (windows-latest)
The job was canceled because "ubuntu-22_04" failed.
test (windows-latest)
The operation was canceled.