Skip to content

Merge pull request #40 from konstantinullrich/feature/#38-Getting-war… #61

Merge pull request #40 from konstantinullrich/feature/#38-Getting-war…

Merge pull request #40 from konstantinullrich/feature/#38-Getting-war… #61

Workflow file for this run

name: Dart CI
on:
push:
branches: [ trunk ]
pull_request:
branches: [ trunk ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart pub run test