Skip to content

Commit f7b7069

Browse files
Gitlab CI: actually run tests.
1 parent b2c6edf commit f7b7069

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ test-generator:linux:x64:
5353
- cd objectbox
5454
- dart pub get
5555
- dart run build_runner build
56+
- dart test
5657

5758
test-lib:linux:x64:
5859
extends: .test
@@ -62,4 +63,4 @@ test-lib:linux:x64:
6263
matrix:
6364
# Note: use specific tags as docker images may not always be pulled due to "if-not-present" pull policy.
6465
# Thus, do not use tags like latest/beta, but check https://hub.docker.com/_/dart?tab=tags for latest.
65-
- DART_VERSION: [ '2.16.1', '2.16.0', '2.15.1', '2.15.0', '2.14.4', '2.13.4' ]
66+
- DART_VERSION: [ '2.16.1', '2.16.0', '2.15.1', '2.14.4', '2.13.4' ]

0 commit comments

Comments
 (0)