diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 36b77f7..7f6f08c 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -119,8 +119,8 @@ jobs: sudo nginx -s reload # 테스트 단계 - - name: Test Frontend Response - run: curl --fail http://${{ secrets.EC2_HOST }} || exit 1 + - name: Test Backend Response + run: curl http://localhost:8080 - name: Test Backend Response run: curl --fail http://${{ secrets.EC2_HOST }}/api/ || exit 1 \ No newline at end of file