Skip to content

Commit 3061c49

Browse files
GitLab CI: use separate windows and jdk tags
1 parent 9324a2b commit 3061c49

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,15 @@ test-macos:
143143
test-windows:
144144
extends: .test_base
145145
tags:
146-
- windows-jdk
146+
- jdk
147+
- windows
147148
- x64
148149

149150
test-windows-jdk-x86:
150151
extends: .test_base
151152
tags:
152-
- windows-jdk-x86
153+
- jdk-x86
154+
- windows
153155
variables:
154156
# TEST_WITH_JAVA_X86 makes objectbox-java-test use 32-bit java executable and therefore
155157
# 32-bit ObjectBox to run tests (see build.gradle file).

0 commit comments

Comments
 (0)