Skip to content

Commit 13f7421

Browse files
author
Joshua Reed
committed
CI/CD printout.
1 parent c2f87a4 commit 13f7421

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/cloud/cloud_suite_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ func TestCloud(t *testing.T) {
4141
BeforeSuite(func() {
4242
// Create a real cloud client.
4343
projDir := os.Getenv("PROJECT_DIR")
44+
fmt.Println(projDir)
45+
fmt.Println(projDir)
46+
fmt.Println(projDir)
4447
var connectionErr error
4548
realCloudClient, connectionErr = cloud.NewClient(projDir + "/cloud-config")
4649
Ω(connectionErr).ShouldNot(HaveOccurred())

0 commit comments

Comments
 (0)