Skip to content

Commit

Permalink
Gitlab CI: actually run tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Mar 1, 2022
1 parent b2c6edf commit f7b7069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ test-generator:linux:x64:
- cd objectbox
- dart pub get
- dart run build_runner build
- dart test

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

0 comments on commit f7b7069

Please sign in to comment.