Skip to content

CI: update dart image #2

CI: update dart image

CI: update dart image #2

Workflow file for this run

name: Analyze & Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: dart:latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test