Skip to content

Commit

Permalink
fix(CI): 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Oct 22, 2024
1 parent 5c748ce commit 2dbedc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spring-boot-gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Create application-test.yml from secret
env:
COMMON_TEST_YML: ${{ secrets.COMMON_TEST_YML }}
COMMON_TEST_DIR: /stempo-common/src/test/resources
COMMON_TEST_DIR: ./stempo-common/src/test/resources
COMMON_DIR_FILE_NAME: application-test.yml
run: |
mkdir -p $COMMON_TEST_DIR
Expand Down

0 comments on commit 2dbedc7

Please sign in to comment.