Skip to content

Commit

Permalink
Fix: 테스트 연결 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
deveunhwa committed Nov 5, 2024
1 parent 2353616 commit 32e0bb0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ jobs:
docker-compose up -d --no-deps
sudo nginx -s reload
# 테스트 단계
- name: Test Frontend Response
run: curl --fail http://${{ secrets.EC2_HOST }} || exit 1

# 테스트
- name: Test Backend Response
run: curl --fail http://${{ secrets.EC2_HOST }}/api/ || exit 1
run: curl localhost:8080
#run: curl --fail http://${{ secrets.EC2_HOST }}/api/ || exit 1

0 comments on commit 32e0bb0

Please sign in to comment.