Skip to content

Commit 9019b84

Browse files
committed
fix: ci
1 parent adc1cf6 commit 9019b84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: subosito/flutter-action@v2
1919
with:
2020
channel: stable
@@ -28,11 +28,11 @@ jobs:
2828
- name: Get dependencies
2929
run: |
3030
dart pub global activate melos
31-
melos run pub:get
31+
melos run get
3232
3333
- name: Run tests for our dart project.
3434
run: |
35-
melos run unit:test
35+
melos run test
3636
3737
- name: Check for any formatting and statically analyze the code.
3838
run: |

0 commit comments

Comments
 (0)