Skip to content

Commit

Permalink
Merge pull request #68 from toy-k/toy-k-patch-1
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
toy-k committed Jun 15, 2023
2 parents 2ba101c + 76ef2aa commit 742a81a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
name: Java CI with Gradle

on:
# push:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -95,7 +95,7 @@
run: redis-cli ping

- name: Build with Gradle
run: ./gradlew clean build -info
run: ./gradlew clean test -info

- name: Publish Unit Test Results
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 742a81a

Please sign in to comment.