mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
Co-authored-by: May <110405507+mushroomempires@users.noreply.github.com> Co-authored-by: Paul Oureib <poureib@centreon.com> REFS: CTOR-805
11 lines
205 B
YAML
11 lines
205 B
YAML
name: "unit-tests"
|
|
description: "Unit tests that control the code itself"
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
|
|
- name: Recursively run all unit tests
|
|
shell: bash
|
|
run: yath -L test ./tests
|