Skip to content

Commit

Permalink
GitLab CI: do not let broken tests block test jobs from running.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Jun 12, 2023
1 parent 5c56083 commit 3fcdd28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ analyze:
- dart format --set-exit-if-changed --fix .

# Runs tests with coverage on the objectbox package.
# Note: As this requires to run tests, make sure this does not block the actual test jobs so test
# issues can be seen.
coverage:
extends: .cache
stage: analyze
stage: test
tags: [ x64, linux, docker ]
image: dart:$DART_VERSION
script:
Expand Down

0 comments on commit 3fcdd28

Please sign in to comment.