Skip to content

Commit

Permalink
#177 chore: build 디버그 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hye-on committed Oct 14, 2024
1 parent 8c11cc5 commit 6e5c8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
touch ./src/main/resources/application.yml
echo '${{ secrets.TOGETUP_DEV_APPLICATION }}' > ./src/main/resources/application.yml
shell: bash

- name: Set Active Profile to 'test'
run: echo "SPRING_PROFILES_ACTIVE=test" >> $GITHUB_ENV

- name: Grant execute permission for gradlew
run: chmod +x gradlew

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

0 comments on commit 6e5c8f4

Please sign in to comment.