Skip to content

Merge pull request #60 from exaby73/chore/ignore-fvm-and-vscode #6

Merge pull request #60 from exaby73/chore/ignore-fvm-and-vscode

Merge pull request #60 from exaby73/chore/ignore-fvm-and-vscode #6

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
- run: dart pub global activate melos
- run: melos bootstrap
- run: melos test