Skip to content

Commit

Permalink
Feat: Set CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed Sep 2, 2024
1 parent fe0013f commit c288a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "${{ secrets.PRODUCTION_SECRET }}" >> ./application-prod.yml
- name: Make test.properties
run: |
cd ./src/test/resources
cd ./../../test/resources
touch ./application.yml
echo "${{ secrets.TEST_SECRET }}" >> ./application.yml
- name: Grant execute permission for gradlew
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class UserStreakRequest {
@Schema(description = "소환사 태그", example = "Kr1")
@NotBlank
@Size(min = 2, max = 10)
@Builder.Default
private String tag = "Kr1";

@Schema(description = "조회할 년도", example = "2021")
Expand Down

0 comments on commit c288a3c

Please sign in to comment.