Skip to content

Commit

Permalink
Merge pull request #69 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 742a81a + 69f191e commit f364ebd
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 @@ -51,8 +51,8 @@
echo "MAIL_PASSWORD=$MAIL_PASSWORD" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "MAIL_PORT=$MAIL_PORT" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "MAIL_USERNAME=$MAIL_USERNAME" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "REDIS_HOST" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "REDIS_PORT" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "REDIS_HOST=$REDIS_HOST" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "REDIS_PORT=$REDIS_PORT" >> $GITHUB_WORKSPACE/src/main/resources/.env
env:
APPLICATION_DEV_DRIVER_CLASS_NAME: ${{secrets.APPLICATION_DEV_DRIVER_CLASS_NAME}}
Expand Down Expand Up @@ -95,7 +95,7 @@
run: redis-cli ping

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

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

0 comments on commit f364ebd

Please sign in to comment.