Skip to content

update pipelines

update pipelines #55

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Dart SDK
uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test