Puml PyPi Deployment #145
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow is intended to run for ANY pull request | |
name: Pull Request Workflow | |
on: | |
pull_request: | |
jobs: | |
build_python_artifacts: | |
name: Python Build | |
uses: ./.github/workflows/python-build-and-lint.yml | |
python_tests: | |
name: Python Unit Tests | |
needs: build_python_artifacts | |
uses: ./.github/workflows/python-test-python-version.yml | |
python_cross_platform: | |
name: Python Cross Platform Build & Test | |
uses: ./.github/workflows/python-cross-platform-support.yml |