Skip to content

Add support for skipping license paths #935

Add support for skipping license paths

Add support for skipping license paths #935

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