Skip to content

Commit

Permalink
Update pull-request-intergration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YeaChan05 authored Feb 9, 2024
1 parent 786dde0 commit 9f1cb16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-intergration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ jobs:
- name: Create application-secret.properties
run: |
touch ./src/main/resources/application-secret.properties
echo "${{ secrets.APPLICATION_SECRET }}" > ./src/main/resources/application-secret.properties
echo "jasypt.encryptor.password=${{ secrets.APPLICATION_SECRET }}" > ./src/main/resources/application-secret.properties
cat ./src/main/resources/application-secret.properties
- name: Set Spring Profile to CI
run: echo "spring.profiles.active=ci" >> ./src/main/resources/application.yml

- name: Build with Gradle
run: ./gradlew build -x test

Expand Down

0 comments on commit 9f1cb16

Please sign in to comment.