Skip to content

Merge pull request #33 from lynot/dependabot/github_actions/actions/c… #244

Merge pull request #33 from lynot/dependabot/github_actions/actions/c…

Merge pull request #33 from lynot/dependabot/github_actions/actions/c… #244

Workflow file for this run

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@v3