Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ra1n committed Jan 9, 2025
2 parents e07b95a + fdf177f commit 7662aef
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI_dev_be_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ jobs:
runs-on: [self-hosted, urdego]
needs: build
steps:

- name: 테스트 yaml 파일 변경
run: |
echo "${{ secrets.CONTENT_APPLICATION_TEST }}" > ./src/main/resources/application-test.yml
- name: Gradle 테스트
run: |
./gradlew test
- name: 테스트 yaml 파일 변경
run: |
echo "${{ secrets.CONTENT_APPLICATION_TEST }}" > ./src/main/resources/application-test.yml

0 comments on commit 7662aef

Please sign in to comment.