Ted run for python migration #4
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
--- | |
name: Ted run for python migration | |
on: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Ted run | |
steps: | |
- name: TED run | |
uses: OpenGuidou/[email protected] | |
with: | |
git-repo: "${{github.repository}}" | |
ted-flavor: unit-tests |