File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
3+ name : ' CI'
4+
5+
6+ on :
7+ push :
8+ branches :
9+ - ' **'
10+ tags :
11+ - ' *'
12+
13+ env :
14+ GIT_SYNC_URL : " https://${{ secrets.GITLAB_USERNAME_ROBOT }}:${{ secrets.GITLAB_TOKEN_ROBOT }}@gitlab.com/nofusscomputing/projects/centurion_erp.git"
15+
16+ jobs :
17+
18+
19+ python-build :
20+ name : ' Python'
21+ uses : nofusscomputing/action_python/.github/workflows/python-package.yaml@development
22+
23+
24+ python-publish :
25+ name : ' Python'
26+ uses : nofusscomputing/action_python/.github/workflows/python-publish.yaml@development
27+ needs :
28+ - python-build
29+ with :
30+ PYTHON_PROJECT_NAME : pytest-simplified
31+ secrets :
32+ password : ${{ secrets.NFC_PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ This project is hosted on our [Gitea](https://nofusscomputing.com/git/nofusscomp
3131----
3232<br >
3333
34- </div >
34+ </span >
3535
3636links:
3737
You can’t perform that action at this time.
0 commit comments