Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: stable
Expand All @@ -28,11 +28,11 @@ jobs:
- name: Get dependencies
run: |
dart pub global activate melos
melos run pub:get
melos run get

- name: Run tests for our dart project.
run: |
melos run unit:test
melos run test

- name: Check for any formatting and statically analyze the code.
run: |
Expand Down
Loading