Skip to content

Commit

Permalink
update: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiseongTak committed Oct 30, 2023
1 parent b16bd0c commit 4bee78b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
# src application 파일 생성
- name: make application-test.yml
run: |
# mkdir ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.YML }}" > ./application.yml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dev-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
# src application 파일 생성
- name: make application.yml
run: |
# mkdir ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.YML }}" > ./application.yml
Expand Down

0 comments on commit 4bee78b

Please sign in to comment.