Skip to content

Update konflux-ci digest to f534315 #820

Update konflux-ci digest to f534315

Update konflux-ci digest to f534315 #820

Workflow file for this run

name: Run tests
'on':
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
# Python scripts should support python>=3.11
python-version: "3.11"
- name: Set up virtualenv
run: |
make PYTHON_VERSION=3.11 venv
- name: Run tests
run: |
make test