Skip to content

Commit

Permalink
update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphamerc authored Feb 1, 2020
1 parent 6ee5774 commit 7665a04
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ name: Dart CI

on: [push]

jobs:
build:

jobs:
build-and-test:
runs-on: ubuntu-latest

container:
image: google/dart:latest

steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
# Get flutter packages
- run: flutter pub get
# Build :D
- run: flutter build aot

0 comments on commit 7665a04

Please sign in to comment.