Skip to content

Commit 5c8b462

Browse files
committed
Updating
1 parent 363bcaa commit 5c8b462

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

e2e/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ type Project struct {
3838
func getVCSClient() (VCSClient, error) {
3939

4040
if os.Getenv("ATLANTISBOT_GITHUB_USERNAME") != "" {
41+
log.Print("Running tests for github")
4142
return NewGithubClient(), nil
4243
}
4344
if os.Getenv("ATLANTISBOT_GITLAB_USERNAME") != "" {
45+
log.Print("Running tests for gitlab")
4446
return NewGitlabClient(), nil
4547
}
4648

scripts/e2e.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ cd "${GITHUB_WORKSPACE:-$(git rev-parse --show-toplevel)}/e2e"
2929
echo "Running 'make build'"
3030
make build
3131

32-
exit 0
3332
echo "Running e2e test: 'make run'"
3433
set +e
3534
make run

0 commit comments

Comments
 (0)