Skip to content

Commit

Permalink
Merge pull request #218 from MaeumGaGym/HyunSu1768-patch-1
Browse files Browse the repository at this point in the history
Update deploy-prod.yml
  • Loading branch information
HyunSu1768 authored May 12, 2024
2 parents 5c82c32 + f98e6e6 commit 2f3d6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts*', '**/gradle-wrapper.properties') }}

- name: Build gradle
run: ./gradlew build
run: ./gradlew build -x test
env:
SPRING_PROFILES_ACTIVE: local
DB_URL: ${{ secrets.TEST_DB_URL }}
Expand Down Expand Up @@ -99,4 +99,4 @@ jobs:
BACK_DOMAIN=${{ secrets.BACK_DOMAIN_PROD }}
CSRF_HEADER=${{ secrets.CSRF_HEADER }}
CSRF_COOKIE=${{ secrets.CSRF_COOKIE }}
CSRF_PARAMETER=${{ secrets.CSRF_PARAMETER }}
CSRF_PARAMETER=${{ secrets.CSRF_PARAMETER }}

0 comments on commit 2f3d6a0

Please sign in to comment.