From deaab5d42a844e00b650890804d5142dd4b28025 Mon Sep 17 00:00:00 2001 From: Christopher Palmer-Richez Date: Thu, 1 Aug 2024 11:28:32 -0400 Subject: [PATCH] Move cd to the collection root. This is needed by ansible-test. --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7d57a0a..8136af8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,4 +19,4 @@ jobs: run: cp -r * "$HOME/.ansible/collections/ansible_collections/tofugarden/secureboot/" - name: Run ansible-test run: ansible-test sanity - working-directory: "/home/runner/.ansible/collections" + working-directory: "/home/runner/.ansible/collections/ansible_collections/tofugarden/secureboot"