Skip to content

Merge branch 'signals_node_based_editor' of https://github.com/rodyda… #859

Merge branch 'signals_node_based_editor' of https://github.com/rodyda…

Merge branch 'signals_node_based_editor' of https://github.com/rodyda… #859

Workflow file for this run

name: Tests
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/[email protected]
- uses: subosito/[email protected]
with:
channel: "stable"
- name: Install melos
run: dart pub global activate melos
- name: Install dependencies
run: melos exec --no-private flutter pub get
- name: Analyze packages
run: melos run analyze
- name: Test packages
run: melos run test