From 0a2931f7710e1ee75d2a9f82f93b1ad544d81e8d Mon Sep 17 00:00:00 2001 From: desmax74 Date: Mon, 2 Sep 2024 10:31:48 +0200 Subject: [PATCH 1/2] exclude ansible test on a specific folder Signed-off-by: desmax74 --- input-template/{generated.txt => generated.yaml} | 0 input-template/{template.txt => template.yaml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename input-template/{generated.txt => generated.yaml} (100%) rename input-template/{template.txt => template.yaml} (100%) diff --git a/input-template/generated.txt b/input-template/generated.yaml similarity index 100% rename from input-template/generated.txt rename to input-template/generated.yaml diff --git a/input-template/template.txt b/input-template/template.yaml similarity index 100% rename from input-template/template.txt rename to input-template/template.yaml From 95e205e2f14817993f4e248792fdca1d2f27c047 Mon Sep 17 00:00:00 2001 From: desmax74 Date: Mon, 2 Sep 2024 10:33:40 +0200 Subject: [PATCH 2/2] exclude ansible test on a specific folder Signed-off-by: desmax74 --- .github/workflows/ansible-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index d6124f8..62506ed 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -9,6 +9,7 @@ jobs: steps: - name: Perform testing uses: ansible-community/ansible-test-gh-action@release/v1 + pre-test-cmd: rm -rf input-template with: testing-type: sanity python-version: 3.11