Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6510fe9

Browse files
committed
ci(*) complete github actions
1 parent 0f9ced2 commit 6510fe9

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,27 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
#TODO doc: https://github.com/marketplace/actions/flutter-action
11+
- uses: actions/checkout@v1
12+
13+
- uses: actions/setup-java@v1
14+
with:
15+
java-version: '12.x'
16+
17+
- uses: subosito/flutter-action@v1
18+
with:
19+
channel: 'stable'
20+
21+
- name: Get packages
22+
run: flutter pub get
23+
24+
- name: Test
25+
run: flutter test --coverage
26+
27+
- name: Build - APK
28+
run: flutter build apk
29+
30+
- name: Archive production artifacts
31+
uses: actions/upload-artifact@v1
32+
with:
33+
name: apk
34+
path: build/app/outputs/apk/release/app-release.apk

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /