Build all artifacts as part of GH workflow (#2404)

Summary:
We missed that D28795384 (09951d505e) broke the Kotlin plugin until we got to
our Snapshot job. This makes sure we build all artifacts and get
signal on PRs.

Pull Request resolved: https://github.com/facebook/flipper/pull/2404

Test Plan:
CI

`./gradlew assembleDebug` failed correctly when applying the change.

Reviewed By: nikoant

Differential Revision: D28801494

Pulled By: passy

fbshipit-source-id: 704047ea17af632091c6597024ddacc9247255a9
This commit is contained in:
Pascal Hartig
2021-06-01 11:01:17 -07:00
committed by Facebook GitHub Bot
parent e00ad1a45d
commit 89d05d5e46

View File

@@ -24,7 +24,9 @@ jobs:
~/.gradle/caches/jars-*
~/.gradle/caches/build-cache-*
key: gradle-${{ hashFiles('checksum-android.txt') }}
- name: Build with Gradle
- name: Build artifacts with Gradle
run: ./gradlew assembleDebug
- name: Build sample apps with Gradle
run: ./gradlew :sample:assembleDebug :tutorial:assembleDebug
- name: upload artifact
uses: actions/upload-artifact@v1