Skip to content

Commit 1ae7659

Browse files
committed
fix github action name
1 parent 44309e5 commit 1ae7659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
name: Test on ${{ matrix.os }} / dart ${{ matrix.flutter }}
10+
name: Test on ${{ matrix.os }} / dart ${{ matrix.dart }}
1111
runs-on: ${{ matrix.os }}
1212
defaults:
1313
run:

0 commit comments

Comments
 (0)