Skip to content

Commit

Permalink
feat: Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjungw1025 authored Aug 9, 2024
1 parent 5ede020 commit 4daa496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
run: |
mkdir -p ./src/test/resources && cd "$_"
touch ./application.yml
touch ./application-test.yml
echo $PROPERTIES | base64 --decode > application.yml
echo $PROPERTIES_TEST | base64 --decode > application-test.yml
shell: bash

- name: Setup Gradle
Expand Down

0 comments on commit 4daa496

Please sign in to comment.