Skip to content

Commit ba2e93c

Browse files
committed
Don't fail if S3DEPLOY_TEST_KEY is not set
I forgot that this secret is not available in forks.
1 parent ded3346 commit ba2e93c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎main_test.go‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ const s3IntegrationTestHttpRoot = "http://s3deployintegrationtest.s3-website.eu-
2525

2626
func TestIntegration(t *testing.T) {
2727
if os.Getenv("S3DEPLOY_TEST_KEY") == "" {
28-
if os.Getenv("CI") != "" {
29-
t.Fatal("S3DEPLOY_TEST_KEY not set")
30-
}
3128
t.Skip("S3DEPLOY_TEST_KEY not set")
3229

3330
}

0 commit comments

Comments
 (0)