Skip to content

Commit 794b87e

Browse files
authored
Merge pull request #282 from weimeng/test-fix
Fix acceptance tests
2 parents dda78c0 + e3b23b5 commit 794b87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
echo "::set-env name=MAKE_TARGET::testacc"
2121
echo "::set-env name=GO_FLAGS::-mod=vendor"
2222
echo "::set-env name=GO111MODULE::on"
23+
echo "::set-env name=GITLAB_TOKEN::20char-testing-token"
24+
echo "::set-env name=GITLAB_BASE_URL::http://127.0.0.1:8080/api/v4"
2325
2426
- name: Start Gitlab and run acceptance tests
2527
run: |

0 commit comments

Comments
 (0)