Skip to content

Commit

Permalink
fix: Coverage CI job is timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jan 6, 2025
1 parent 5b37675 commit 7dbf16f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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

0 comments on commit 7dbf16f

Please sign in to comment.