Skip to content

Commit

Permalink
Fix: workflows 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
deveunhwa committed Nov 5, 2024
1 parent b93f8d1 commit 7ec0da0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@ jobs:
# 테스트 단계
- name: Test Frontend Response
run: |
for i in {1..5}; do
curl --fail http://${{ secrets.EC2_HOST }} && break || sleep 15
done || exit 1
run: curl --fail http://${{ secrets.EC2_HOST }} || exit 1

- name: Test Backend Response
run: curl --fail http://${{ secrets.EC2_HOST }}/api/ || exit 1

0 comments on commit 7ec0da0

Please sign in to comment.