Skip to content

Commit

Permalink
fix[api-server]: 추첨 서비스 스니펫 파일 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ysndy committed Aug 26, 2024
1 parent af65360 commit 312ad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-lottery-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Upload files to S3
run: |
aws s3 cp order/build/generated-snippets/ s3://watermelon-s3-bucket/snippets/ --recursive
aws s3 cp lottery/build/generated-snippets/ s3://watermelon-s3-bucket/snippets/ --recursive
# 테스트 후 Result를 보기위해 Publish Unit Test Results step 추가
- name: Publish Unit Test Results
Expand Down

0 comments on commit 312ad9f

Please sign in to comment.