Skip to content

Commit

Permalink
CI: Update test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Oct 23, 2024
1 parent 23c150d commit 68479d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ on:
- 'example/**'

jobs:

code-analysis:
name: "Code Analysis :: Flutter (latest)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -43,6 +43,7 @@ jobs:
test:
needs: [code-analysis]
name: "Test :: Flutter (${{ matrix.flutter-version == '' && 'latest' || matrix.flutter-version }})"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 68479d8

Please sign in to comment.