Skip to content

Commit

Permalink
feat: use shell command to execute gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu authored Mar 18, 2024
1 parent a9d8ee5 commit 6bc8538
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,9 @@ jobs:
with:
file: gradle.properties
all: true

- name: Setup Gradle project
uses: gradle/gradle-build-action@v2
with:
arguments: setupDecompWorkspace --info

- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build --info
run: gradle build --info

- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 6bc8538

Please sign in to comment.