Skip to content

Commit

Permalink
fix: gradlew build로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 26, 2024
1 parent 052af62 commit 9bbdbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "${APPLICATION_SECRET_PROPERTIES}" > ./${{ env.MODULE }}/src/main/resources/application-secret.properties
- name: Build ${{ env.MODULE }} module
run: ./gradlew :${{ env.MODULE }}:build
run: ./gradlew build

- name: Run tests:${{ env.MODULE }}
run: ./gradlew :${{ env.MODULE }}:test
Expand Down

0 comments on commit 9bbdbbe

Please sign in to comment.