From c3993f46a91dbfcf6e5078d047580550e94f581c Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Thu, 26 Oct 2023 03:12:14 +0000 Subject: [PATCH] "Dart 2.19" --- .github/workflows/dart_ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart_ci.yaml b/.github/workflows/dart_ci.yaml index 3f90c0f..f05d155 100644 --- a/.github/workflows/dart_ci.yaml +++ b/.github/workflows/dart_ci.yaml @@ -30,6 +30,6 @@ jobs: - name: Analyze project source run: dart analyze - name: Run tests on chrome - run: dart pub run build_runner test --delete-conflicting-outputs -- -p chrome + run: dart run build_runner test --delete-conflicting-outputs -- -p chrome - name: Run tests in release mode on chrome - run: dart pub run build_runner test --release --delete-conflicting-outputs -- -p chrome + run: dart run build_runner test --release --delete-conflicting-outputs -- -p chrome