Skip to content

Commit

Permalink
chore: github action without test
Browse files Browse the repository at this point in the history
  • Loading branch information
DWL21 committed Feb 14, 2025
1 parent ca0e509 commit 4011f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Clean Build with Gradle (with Test)
- name: Clean Build with Gradle (without Test)
run: |
echo ${{ secrets.APPLICATION_DEV_YML }} | base64 --decode > ./src/main/resources/application-dev.yml
echo ${{ secrets.APPLICATION_YML_DEV_MODE }} | base64 --decode > ./src/main/resources/application.yml
./gradlew clean build
./gradlew clean build -x test
- name: Deploy to EC2
env:
Expand Down

0 comments on commit 4011f11

Please sign in to comment.