Skip to content

Commit

Permalink
refactor: datasource 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsongmok committed Oct 23, 2024
1 parent 4f054a4 commit 95f9c67
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -88,10 +88,10 @@ jobs:
MYSQL_DATABASE: ${{ secrets.MYSQL_DATABASE }}

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build -Dspring.profiles.active=local

- name: Run Tests
run: ./gradlew test
run: ./gradlew test -Dspring.profiles.active=local
env:
MYSQL_DATABASE: ${{ secrets.MYSQL_DATABASE }}
MYSQL_USER: ${{ secrets.MYSQL_USER }}
Empty file.

0 comments on commit 95f9c67

Please sign in to comment.