fix: Coverage CI job is timing out

This commit is contained in:
Krille 2025-01-06 12:18:25 +01:00
parent 5b376756db
commit 9c470c22d9
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
3 changed files with 4 additions and 3 deletions

View File

@ -52,6 +52,7 @@ jobs:
coverage: coverage:
#runs-on: arm-ubuntu-latest-16core #runs-on: arm-ubuntu-latest-16core
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: cat .github/workflows/versions.env >> $GITHUB_ENV - run: cat .github/workflows/versions.env >> $GITHUB_ENV

View File

@ -1,2 +1,2 @@
flutter_version=3.27.1 flutter_version=3.24.3
dart_version=3.6.0 dart_version=3.5.3

View File

@ -35,7 +35,7 @@ dependencies:
webrtc_interface: ^1.2.0 webrtc_interface: ^1.2.0
dev_dependencies: dev_dependencies:
build_runner: ^2.4.14 build_runner: ^2.4.13
coverage: ">=0.15.0 <2.0.0" coverage: ">=0.15.0 <2.0.0"
file: ">=6.1.1 <8.0.0" file: ">=6.1.1 <8.0.0"
import_sorter: ^4.6.0 import_sorter: ^4.6.0