mirror of
https://github.com/flutter/packages.git
synced 2025-07-03 09:08:54 +08:00
[ci] Enable tests on stable (#886)
This commit is contained in:
17
.cirrus.yml
17
.cirrus.yml
@ -73,8 +73,21 @@ task:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- format+analyze
|
- format+analyze
|
||||||
- name: test
|
- name: test
|
||||||
# Exclude flutter_image; its tests need a test server, so are run via local_tests.sh
|
env:
|
||||||
script: ./script/tool_runner.sh test --exclude=flutter_image
|
matrix:
|
||||||
|
CHANNEL: "master"
|
||||||
|
CHANNEL: "stable"
|
||||||
|
script:
|
||||||
|
# Exclude:
|
||||||
|
# - flutter_image; its tests need a test server, so are run via
|
||||||
|
# local_tests.sh.
|
||||||
|
# - rfw on stable; it includes golden tests whose results differ
|
||||||
|
# between branch
|
||||||
|
- if [[ "$CHANNEL" == "master" ]]; then
|
||||||
|
- ./script/tool_runner.sh test --exclude=flutter_image
|
||||||
|
- else
|
||||||
|
- ./script/tool_runner.sh test --exclude=flutter_image,rfw
|
||||||
|
- fi
|
||||||
depends_on:
|
depends_on:
|
||||||
- format+analyze
|
- format+analyze
|
||||||
- name: android-build+platform-tests
|
- name: android-build+platform-tests
|
||||||
|
Reference in New Issue
Block a user