From 4363b19526bcac4547a6704a7ee2f35c181485d7 Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Wed, 4 Sep 2024 20:17:50 -0600 Subject: [PATCH] fixed dependency_validator errors --- .github/workflows/ci.yaml | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b8fbe9..1dfa2cf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,7 @@ jobs: test: strategy: + fail-fast: false matrix: sdk: [ 2.19.6, stable, beta ] uses: Workiva/gha-dart-oss/.github/workflows/test-unit.yaml@v0.1.5 diff --git a/pubspec.yaml b/pubspec.yaml index b7fd9a5..a5141df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,6 @@ dependencies: glob: ^2.0.1 json_annotation: ^4.1.0 path: ^1.8.0 - test: ^1.17.12 test_core: ">=0.4.2 <0.6.0" yaml: ^3.1.0 @@ -29,6 +28,7 @@ dev_dependencies: build_web_compilers: '>=3.0.0 <5.0.0' dependency_validator: ^3.1.0 pedantic: ^1.11.1 + test: ^1.17.12 test_descriptor: ^2.0.0 test_process: ^2.0.2