Skip to content

Adapt client release pipeline to use Koji or Staging repositories #621

Adapt client release pipeline to use Koji or Staging repositories

Adapt client release pipeline to use Koji or Staging repositories #621

Workflow file for this run

name: CI
on: pull_request
jobs:
jjb:
runs-on: ubuntu-latest
name: Jenkins Job Builder
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3'
cache: 'pip'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run tests
run: |
./test