There was an error while loading. Please reload this page.
1 parent adc1cf6 commit 9019b84Copy full SHA for 9019b84
1 file changed
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- uses: subosito/flutter-action@v2
19
with:
20
channel: stable
@@ -28,11 +28,11 @@ jobs:
28
- name: Get dependencies
29
run: |
30
dart pub global activate melos
31
- melos run pub:get
+ melos run get
32
33
- name: Run tests for our dart project.
34
35
- melos run unit:test
+ melos run test
36
37
- name: Check for any formatting and statically analyze the code.
38
0 commit comments