mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
Add unittests to build process
This commit is contained in:
parent
e0d28633c3
commit
d79f96a5b4
4
.github/workflows/publish-image.yml
vendored
4
.github/workflows/publish-image.yml
vendored
@ -8,7 +8,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_quality:
|
test_quality:
|
||||||
uses: ./.github/workflows/quality.yml
|
uses: ./.github/workflows/quality.yml
|
||||||
|
test_code:
|
||||||
|
uses: ./.github/workflows/run_tests.yml
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
1
.github/workflows/run_tests.yml
vendored
1
.github/workflows/run_tests.yml
vendored
@ -4,6 +4,7 @@ name: Pytest code testing
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_code:
|
test_code:
|
||||||
|
Loading…
Reference in New Issue
Block a user