Automerger for merging PR in https://github.com/sclorg organization #1
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
--- | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
name: Run Tox tests on ci-scripts/ocp-stream-generator | |
jobs: | |
tox_test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: fedora-python/tox-github-action@main | |
with: | |
tox_env: py311 | |
workdir: "ocp-stream-generator/" | |
... |