Skip to content

Commit

Permalink
setUp: build -> clean build 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuun authored Oct 11, 2024
1 parent 590a5e1 commit 6401022
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,13 @@ jobs:
run: |
mkdir -p src/main/resources
echo "${{ secrets.APPLICATION_YAML }}" > src/main/resources/application.yaml
echo "==== application.yaml contents ===="
cat src/main/resources/application.yaml | while read line; do echo "$line"; done
echo "==== End of application.yaml ===="
shell: bash

- name: Grant execute permission for Gradle Wrapper
run: chmod +x ./gradlew

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

- name: Test with Gradle
run: ./gradlew test
Expand Down

0 comments on commit 6401022

Please sign in to comment.