We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb410e2 commit dd8d16cCopy full SHA for dd8d16c
1 file changed
.github/workflows/build_test.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: cd example; flutter build ios --no-codesign
23
24
test_iOS_SPM:
25
- name: Test iOS on ${{ matrix.os }}
+ name: Test iOS with SPM on ${{ matrix.os }}
26
runs-on: ${{ matrix.os }}
27
strategy:
28
matrix:
@@ -53,7 +53,7 @@ jobs:
53
54
55
test_macOS_SPM:
56
- name: Test macOS on ${{ matrix.os }}
+ name: Test macOS with SPM on ${{ matrix.os }}
57
58
59
0 commit comments