Skip to content

Commit

Permalink
Moving fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 12, 2024
1 parent c62a875 commit 754d970
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
name: Dart CI
name: package:test_process

on:
# Run on PRs and pushes to the default branch.
push:
branches: [ master ]
paths:
- '.github/workflows/test_process.yaml'
- 'pkgs/test_process/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/test_process.yaml'
- 'pkgs/test_process/**'
schedule:
- cron: "0 0 * * 0"

env:
PUB_ENVIRONMENT: bot.github


defaults:
run:
working-directory: pkgs/test_process/

jobs:
# Check code formatting and static analysis on a single OS (linux)
# against Dart dev.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ literate API.
| [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) |
| [test_api](pkgs/test_api/) | | [![pub package](https://img.shields.io/pub/v/test_api.svg)](https://pub.dev/packages/test_api) |
| [test_core](pkgs/test_core/) | | [![pub package](https://img.shields.io/pub/v/test_core.svg)](https://pub.dev/packages/test_core) |
| [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) |
16 changes: 0 additions & 16 deletions pkgs/test_process/.github/dependabot.yml

This file was deleted.

3 changes: 2 additions & 1 deletion pkgs/test_process/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.1.1-wip
## 2.1.1

* Require Dart 3.1.
* Move to `dart-lang/test` monorepo.

## 2.1.0

Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_process/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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)
[![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)
[![pub package](https://img.shields.io/pub/v/test_process.svg)](https://pub.dev/packages/test_process)
[![package publisher](https://img.shields.io/pub/publisher/test_process.svg)](https://pub.dev/packages/test_process/publisher)

Expand Down
6 changes: 3 additions & 3 deletions pkgs/test_process/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: test_process
version: 2.1.1-wip
description:
"Test processes: starting; validating stdout and stderr; checking exit code"
version: 2.1.1
description: |
Test processes: starting; validating stdout and stderr; checking exit code
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_process

environment:
Expand Down

0 comments on commit 754d970

Please sign in to comment.