mirror of
https://github.com/jung-geun/policy-routing.git
synced 2025-12-20 02:34:39 +09:00
.gitlab-ci.yml에 Python 테스트 추가 및 cloud-init 스크립트 생성, policy_routing.py에서 서비스 재시작 명령 추가
This commit is contained in:
@@ -24,3 +24,10 @@ sast:
|
||||
stage: test
|
||||
include:
|
||||
- template: Auto-DevOps.gitlab-ci.yml
|
||||
|
||||
python_tests:
|
||||
stage: test
|
||||
image: python:3.9-slim-buster
|
||||
script:
|
||||
- pip install pytest
|
||||
- pytest test_policy_routing.py
|
||||
|
||||
Reference in New Issue
Block a user