File tree Expand file tree Collapse file tree 6 files changed +19
-22
lines changed Expand file tree Collapse file tree 6 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 1- name : Dart CI
1+ name : package:test_process
22
33on :
44 # Run on PRs and pushes to the default branch.
55 push :
66 branches : [ master ]
7+ paths :
8+ - ' .github/workflows/test_process.yaml'
9+ - ' pkgs/test_process/**'
710 pull_request :
811 branches : [ master ]
12+ paths :
13+ - ' .github/workflows/test_process.yaml'
14+ - ' pkgs/test_process/**'
915 schedule :
1016 - cron : " 0 0 * * 0"
1117
1218env :
1319 PUB_ENVIRONMENT : bot.github
1420
21+
22+ defaults :
23+ run :
24+ working-directory : pkgs/test_process/
25+
1526jobs :
1627 # Check code formatting and static analysis on a single OS (linux)
1728 # against Dart dev.
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ literate API.
2222| [ test] ( pkgs/test/ ) | A full featured library for writing and running Dart tests across platforms. | [ ![ pub package] ( https://img.shields.io/pub/v/test.svg )] ( https://pub.dev/packages/test ) |
2323| [ test_api] ( pkgs/test_api/ ) | | [ ![ pub package] ( https://img.shields.io/pub/v/test_api.svg )] ( https://pub.dev/packages/test_api ) |
2424| [ test_core] ( pkgs/test_core/ ) | | [ ![ pub package] ( https://img.shields.io/pub/v/test_core.svg )] ( https://pub.dev/packages/test_core ) |
25+ | [ test_process] ( pkgs/test_process/ ) | Test processes: starting; validating stdout and stderr; checking exit code | [ ![ pub package] ( https://img.shields.io/pub/v/test_process.svg )] ( https://pub.dev/packages/test_process ) |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- ## 2.1.1-wip
1+ ## 2.1.1
22
33* Require Dart 3.1.
4+ * Move to ` dart-lang/test ` monorepo.
45
56## 2.1.0
67
Original file line number Diff line number Diff line change 1- [ ![ Dart CI ] ( https://github.com/dart-lang/test_process /actions/workflows/test-package.yml /badge.svg )] ( https://github.com/dart-lang/test_process /actions/workflows/test-package.yml )
1+ [ ![ Build Status ] ( https://github.com/dart-lang/test /actions/workflows/test_process.yaml /badge.svg )] ( https://github.com/dart-lang/test /actions/workflows/test_process.yaml )
22[ ![ pub package] ( https://img.shields.io/pub/v/test_process.svg )] ( https://pub.dev/packages/test_process )
33[ ![ package publisher] ( https://img.shields.io/pub/publisher/test_process.svg )] ( https://pub.dev/packages/test_process/publisher )
44
Original file line number Diff line number Diff line change 11name : test_process
2- version : 2.1.1-wip
3- description :
4- " Test processes: starting; validating stdout and stderr; checking exit code"
2+ version : 2.1.1
3+ description : |
4+ Test processes: starting; validating stdout and stderr; checking exit code
55repository : https://github.com/dart-lang/test/tree/master/pkgs/test_process
66
77environment :
You can’t perform that action at this time.
0 commit comments