chore(deps): bump bloc_test, bloc and bloc_concurrency #263
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone Repository | |
uses: actions/checkout@v4 | |
- name: Install Flutter | |
uses: subosito/flutter-action@v2 | |
- name: Install Melos | |
run: flutter pub global activate melos | |
- name: Run Melos Bootstrap | |
run: melos bs | |
- name: Run Tests | |
run: melos run test | |
- name: Upload Coverage | |
uses: codecov/codecov-action@v5 |