We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda78c0 commit e3b23b5Copy full SHA for e3b23b5
.github/workflows/acceptance-tests.yml
@@ -20,6 +20,8 @@ jobs:
20
echo "::set-env name=MAKE_TARGET::testacc"
21
echo "::set-env name=GO_FLAGS::-mod=vendor"
22
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"
25
26
- name: Start Gitlab and run acceptance tests
27
run: |
0 commit comments