You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% TEMPORAL_CLOUD_API_KEY=an-actual-api-key make
ok github.com/temporalio/tcld/app 8.303s coverage: 79.7% of statements
ok github.com/temporalio/tcld/cmd/tcld 1.629s coverage: 75.0% of statements
ok github.com/temporalio/tcld/utils 1.243s coverage: 64.7% of statements
passed
What are you really trying to do?
Install
tcld
according to the instructions in the docs: https://docs.temporal.io/cloud/tcld#install-tcldDescribe the bug
If I run your instructions with the env var TEMPORAL_CLOUD_API_KEY set as an actual api key, the tests will fail:
git clone https://github.com/temporalio/tcld.git cd tcld make
Make will fail with:
FAIL github.com/temporalio/tcld/app 10.486s FAIL make: *** [Makefile:27: test] Error 1
Minimal Reproduction
export TEMPORAL_CLOUD_API_KEY=an-actual-api-key
make
Environment/Versions
This repo with commit
0549218
<- latest on main as of right now.Go v1.22.3 on Ubuntu 22.04
The text was updated successfully, but these errors were encountered: