Skip to content

Commit

Permalink
🔨: Config github test
Browse files Browse the repository at this point in the history
  • Loading branch information
asjqkkkk committed Aug 28, 2019
1 parent 2091df2 commit 14a3920
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ jobs:
test:

runs-on: ubuntu-latest

container:
image: google/dart:latest
image: google/dart:latest

steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Run tests
run: pub run test

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Build apk
run: flutter build apk --target-platform android-arm --split-per-abi

steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Build apk
run: flutter build apk --target-platform android-arm --split-per-abi

0 comments on commit 14a3920

Please sign in to comment.