Fix helm-charts. Add upstream tests. Copy whole data directory #72
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 | |
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/" | |
... |