Skip to content

Commit

Permalink
ci/cd: test 후 종료 기능 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Mar 20, 2024
1 parent 944ccdc commit 9c6c189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
else
echo "No container found running on port $TEST_PORT"
fi
fi
run-docker-image-on-server-2:
needs: [ build-docker-image, set-variable ]
Expand Down Expand Up @@ -210,6 +211,7 @@ jobs:
else
echo "No container found running on port $TEST_PORT"
fi
fi
## 모든 테스트가 통과하면 환경을 변경
switch-environment:
Expand Down

0 comments on commit 9c6c189

Please sign in to comment.