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 c5277c6 commit e49d7a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:

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

Expand Down

0 comments on commit e49d7a1

Please sign in to comment.