Skip to content

Commit

Permalink
Merge pull request #1993 from famedly/krille/fix-coverage-timeout
Browse files Browse the repository at this point in the history
chore: Trigger coverage timeout
  • Loading branch information
krille-chan authored Jan 6, 2025
2 parents 5b37675 + 9c470c2 commit c87e2ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/versions.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flutter_version=3.27.1
dart_version=3.6.0
flutter_version=3.24.3
dart_version=3.5.3
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c87e2ee

Please sign in to comment.