Skip to content

Black

Black #1

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Temp tests gha
on:
workflow_dispatch:
jobs:
test:
runs-on:
group: 'self-hosted'
steps:
- name: Test with docker gha
uses: IMIO/gha/test-plone-package-notify@test-plone-package-notify
with:
WORKSPACE_PATH: ${{ github.workspace }}
REGISTRY_USERNAME: ${{ secrets.SMARTWEB_HARBOR_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.SMARTWEB_HARBOR_PASSWORD }}