Skip to content

Commit

Permalink
Update backend-CI-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjongwa authored Jul 26, 2023
1 parent 66ec213 commit bc792dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/backend-CI-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: test2
env:
APPLICAION_YML: ${{ secrets.APPLICATION_YML }}
run: echo $APPLICATION_YML | base64 --decode > ./src/main/resources/application.yml
run: echo $APPLICATION_YML | base64 --decode > ./src/main/resources/application_dev.yml



Expand All @@ -64,7 +64,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Build with Custom YAML
run: application_dev.yml ./src/main/resources/application_dev.yml

- name: chmod gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit bc792dc

Please sign in to comment.