Skip to content

Commit

Permalink
ci names
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Dec 3, 2023
1 parent 0192e27 commit 9718b7a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }} / ${{ matrix.flutter }}
name: Test on ${{ matrix.os }} / flutter ${{ matrix.flutter }}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }} / ${{ matrix.flutter }}
name: Test on ${{ matrix.os }} / flutter ${{ matrix.flutter }}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }} / ${{ matrix.flutter }}
name: Test on ${{ matrix.os }} / flutter ${{ matrix.flutter }}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_ci_flutter_downgrade_analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }} / ${{ matrix.flutter }}
name: Test on ${{ matrix.os }} / flutter ${{ matrix.flutter }}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -30,5 +30,5 @@ jobs:
channel: ${{ matrix.flutter }}
- run: dart --version
- run: flutter --version
- run: dart pub global activate dev_test
- run: dart pub global run dev_test:run_ci --pub-downgrade --analyze --no-override --recursive
- run: dart pub global activate dev_build
- run: dart pub global run dev_build:run_ci --pub-downgrade --analyze --no-override --recursive
2 changes: 1 addition & 1 deletion .github/workflows/run_ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }} / ${{ matrix.flutter }}
name: Test on ${{ matrix.os }} / flutter ${{ matrix.flutter }}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_ci_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }} / ${{ matrix.dart }}
name: Test on ${{ matrix.os }} / dart ${{ matrix.dart }}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 9718b7a

Please sign in to comment.