From 49adb3d136771d28d2e2d053b9264cdfb31f2e79 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Mon, 30 Dec 2024 20:54:24 -0300 Subject: [PATCH] TEMP: Use 'devel' action version --- .github/workflows/test_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_deployment.yml b/.github/workflows/test_deployment.yml index dd9683f78..fb7a4d575 100644 --- a/.github/workflows/test_deployment.yml +++ b/.github/workflows/test_deployment.yml @@ -65,7 +65,7 @@ jobs: uses: rjeffman/FreeIPA-Cluster-Test@devel with: cluster_configuration: tests/deployment/${{ matrix.cluster_config }} - test_playbooks: | + test_playbooks: >- tests/user/test_user.yml tests/group/test_group.yml tests/host/test_host.yml