test: Add initial integration tests

ref: #947 #152 closes #774
This commit is contained in:
2025-08-12 13:15:15 +09:30
parent bc9d6b74fd
commit 089480620e
3 changed files with 194 additions and 0 deletions

View File

@ -46,6 +46,17 @@ jobs:
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
integration-test:
name: 'Integration Test'
uses: nofusscomputing/action_python/.github/workflows/python-integration.yaml@development
needs:
- docker
with:
PYTHON_VERSION: '3.11'
secrets:
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
gitlab-mirror:
if: ${{ github.repository == 'nofusscomputing/centurion_erp' }}
runs-on: ubuntu-latest