Skip to content

Commit 03e86f9

Browse files
committed
Add sample-3 to github action
1 parent 2ce0fc6 commit 03e86f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pr.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ jobs:
4545
with:
4646
name: sample-2
4747
path: "sample-app-2/build/outputs/apk/"
48+
49+
- name: Build sample-3
50+
run: ./gradlew sample-app-3:assembleDebug --no-daemon
51+
- name: Upload sample-3
52+
uses: actions/upload-artifact@v1
53+
with:
54+
name: sample-3
55+
path: "sample-app-3/build/outputs/apk/"

0 commit comments

Comments
 (0)