Skip to content

Commit

Permalink
Update server-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang authored May 20, 2024
1 parent d0057e7 commit a430b33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:

- name: Make application.properties
run: |
cd ./be/issue-tracker/src/main/resources
cd .be/issue-tracker/src/main/resources
pwd
touch ./application.properties
echo "${{ secrets.PROPERTIES }}" > ./application.properties
shell: bash
Expand Down

0 comments on commit a430b33

Please sign in to comment.