Skip to content

Limit diff to ~10 lines #866

Limit diff to ~10 lines

Limit diff to ~10 lines #866

Workflow file for this run

name: Autospec Tests
on: [push, pull_request]
jobs:
test_style:
runs-on: ubuntu-latest
name: Flake8
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run Tests
uses: ./.github/actions/clearlinux-latest-action
with:
testfunc: run_flake8
test_unit:
runs-on: ubuntu-latest
name: Unit
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run Tests
uses: ./.github/actions/clearlinux-latest-action
with:
testfunc: run_unittests