Skip to content

Commit

Permalink
Fix examples integration scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
uzzu authored Apr 21, 2020
1 parent a6d1463 commit fdd7004
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ jobs:
- name: Gradle clean
run: |
./gradlew clean
cd examples/basic
./gradlew clean
- name: Gradle build
run: |
./gradlew build
- name: Gradle publish to mavenLocal
run: |
./gradlew publishToMavenLocal
- name: Run basic example
run: |
cd examples/basic
./gradlew clean --refresh-dependencies
- name: Upload build report
uses: actions/[email protected]
with:
Expand Down

0 comments on commit fdd7004

Please sign in to comment.