Update dart.yml

This commit is contained in:
Salvatore Giordano
2020-01-08 23:32:52 +01:00
committed by GitHub
parent 946c27394b
commit fcb955751b

View File

@@ -1,6 +1,9 @@
name: Dart CI
on: [push]
on:
push:
tags:
- v*
jobs:
build:
@@ -11,11 +14,6 @@ jobs:
image: google/dart:latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test
- name: Publish Dart/Flutter package
uses: sakebook/actions-flutter-pub-publisher@v1.2.1
with: