Skip to content

Some refactors to prepare for reactive / non-reactive combination #167

Some refactors to prepare for reactive / non-reactive combination

Some refactors to prepare for reactive / non-reactive combination #167

Workflow file for this run

on: [pull_request]
jobs:
TICS:
name: TICS
runs-on: [self-hosted, linux, amd64, tiobe, jammy]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Unit Tests
run: |
pip install tox pylint flake8 -r ./requirements.txt
tox -e unit,coverage-report
rm -rf .tox
- name: TICS GitHub Action
uses: tiobe/tics-github-action@v3
with:
mode: qserver
project: github-runner-operator
branchdir: ${{ github.workspace }}
viewerUrl: https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default
ticsAuthToken: ${{ secrets.TICSAUTHTOKEN }}
installTics: true
concurrency:
group: tics
cancel-in-progress: false