We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a40564 commit 7ec399eCopy full SHA for 7ec399e
1 file changed
.github/workflows/CI.yml
@@ -18,25 +18,8 @@ jobs:
18
with:
19
distribution: 'corretto'
20
java-version: '17'
21
-
22
- - name: create application.yml
23
- run: |
24
- ## create application.yml
25
- mkdir ./src/main/resources
26
- cd ./src/main/resources
27
28
- # application.yml 파일 생성
29
- touch ./application.yml
30
31
- # GitHub-Actions 에서 설정한 값을 application.yml 파일에 쓰기
32
- echo "${{ secrets.CI_APPLICATION }}" >> ./application.yml
33
34
- # application.yml 파일 확인
35
- cat ./application.yml
36
- shell: bash
37
38
- name: build
39
run: |
40
chmod +x gradlew
41
./gradlew build -x test
42
0 commit comments