Skip to content

Released 5.0.0-alpha.2. #136

Released 5.0.0-alpha.2.

Released 5.0.0-alpha.2. #136

Workflow file for this run

name: Dart CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test