Skip to content

Commit 6bf68ef

Browse files
authored
Merge pull request #564 from gitlabhq/actually-run-ee
Fix EE tests actually running against CE
2 parents 07b2e71 + c39ffea commit 6bf68ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
chmod 666 Gitlab-license.txt || true
4545
4646
- name: Start Gitlab
47-
run: make testacc-up
47+
run: make testacc-up SERVICE=gitlab-ee
4848

4949
- name: Run acceptance tests
5050
run: make testacc

0 commit comments

Comments
 (0)