Skip to content

Commit

Permalink
chore(POLABO-31): github actions 7차 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Jun 29, 2024
1 parent 71bab0a commit bbef805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

## gradle build
- name: Build with Gradle
run: ./gradlew clean bootJar
run: ./gradlew clean build -x test --info

- name: List build/libs directory
run: ls -la build/libs
Expand Down

0 comments on commit bbef805

Please sign in to comment.