Skip to content

Commit

Permalink
Update and rename gradle.yml to test-and-build.yml (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvillavicencio authored Feb 19, 2024
1 parent 63c043c commit 21d42c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gradle Build
name: Test and Build
run-name: ${{ github.actor }} Gradle Build
on: [push]
jobs:
Expand All @@ -14,4 +14,4 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.4.2
- name: Run the Gradle Build
run: ./gradlew build
run: ./gradlew build

0 comments on commit 21d42c1

Please sign in to comment.