Skip to content

uses python-gitlab #168

uses python-gitlab

uses python-gitlab #168

name: Platform Services CLI
'on':
push:
paths:
- 'deploy/services/cli/**'
pull_request:
paths:
- 'deploy/services/cli/**'
workflow_dispatch:
jobs:
test-services-cli:
name: Test and Build Platform Services CLI
permissions:
contents: read # Required for checking out the code
actions: write # Required for uploading artifacts
uses: ./.github/workflows/python-reusable.yml
with:
working-directory: deploy/services/cli
src-directory: dtaas_services
tests-directory: tests
coverage-file: deploy/services/cli/coverage.xml
artifact-name: dtaas-cli
artifact-path: |
deploy/services/cli/dist/*.whl
deploy/services/cli/dist/*.tar.gz
run-pyright: true