Skip to content

Commit

Permalink
Runs assemble for each project.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMc331 committed Feb 9, 2022
1 parent 09dee90 commit 51ca4cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Shared Build
name: Build

on: push

jobs:
shared-build:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -19,4 +19,4 @@ jobs:
run: echo $LOCAL_PROPERTIES > ./local.properties

- name: Build Project
run: ./gradlew shared-models:assemble
run: ./gradlew assemble

0 comments on commit 51ca4cf

Please sign in to comment.