Skip to content

Commit

Permalink
chore: #62 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Nov 22, 2023
1 parent c4c27c9 commit 34a1635
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:

- name: Make test application.yml
run: |
if [ ! -d "src/test/resources" ]; then
mkdir src/test/resources
fi
echo "Current directory: $(pwd)"
echo "Contents of src/test/resources before: $(ls -al src/test/resources)"
cd ./src/test/resources
touch ./application.yml
echo "${{ secrets.PROPERTIES_SECRET_TEST }}" > ./application.yml
Expand Down

0 comments on commit 34a1635

Please sign in to comment.