From 9c470c22d9cc47b92d64a8da3193e50a08dab689 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 6 Jan 2025 12:18:25 +0100 Subject: [PATCH] fix: Coverage CI job is timing out --- .github/workflows/app.yml | 1 + .github/workflows/versions.env | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 91e5529d..d3044fd5 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -52,6 +52,7 @@ jobs: coverage: #runs-on: arm-ubuntu-latest-16core runs-on: ubuntu-latest + timeout-minutes: 5 steps: - uses: actions/checkout@v4 - run: cat .github/workflows/versions.env >> $GITHUB_ENV diff --git a/.github/workflows/versions.env b/.github/workflows/versions.env index 5df62bca..4913196f 100644 --- a/.github/workflows/versions.env +++ b/.github/workflows/versions.env @@ -1,2 +1,2 @@ -flutter_version=3.27.1 -dart_version=3.6.0 +flutter_version=3.24.3 +dart_version=3.5.3 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7a5e78cd..16d4f7cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: webrtc_interface: ^1.2.0 dev_dependencies: - build_runner: ^2.4.14 + build_runner: ^2.4.13 coverage: ">=0.15.0 <2.0.0" file: ">=6.1.1 <8.0.0" import_sorter: ^4.6.0