mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-19 20:44:39 +09:00
.gitlab-ci.yml에 test 스테이지를 추가하고, Jobs/Dependency-Scanning.gitlab-ci.yml 템플릿을 포함시켰습니다. .gitlab/dependabot.yml 파일을 삭제했습니다.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
stages:
|
||||
- sonarqube-check
|
||||
- test
|
||||
- build-pypi
|
||||
|
||||
include:
|
||||
- local: ".gitlab/ci/*.gitlab-ci.yml"
|
||||
|
||||
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
|
||||
|
||||
Reference in New Issue
Block a user