From 63004f0bee702a94e377188ecf236a122e01b951 Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Thu, 15 Feb 2024 22:13:50 -0500 Subject: [PATCH] Fixed the unit tests call --- .github/workflows/run-ansible-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-ansible-unit-tests.yml b/.github/workflows/run-ansible-unit-tests.yml index 01ee47a..3d10409 100644 --- a/.github/workflows/run-ansible-unit-tests.yml +++ b/.github/workflows/run-ansible-unit-tests.yml @@ -24,4 +24,4 @@ jobs: - name: Run Ansible Unit Tests run: | cd ansible_collections/dominion_solutions/netbird - ansible-playbook tests/unit_tests.yml + ansible-test units