From 0cd68a39352ee70e67511fd6eea25040bd2f0cdf Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 11 Jan 2024 13:56:02 +0000 Subject: [PATCH] Set correct tests path for molecule-postgresql workflow --- .github/workflows/molecule-postgresql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule-postgresql.yml b/.github/workflows/molecule-postgresql.yml index eee5ec69..57fa3dc3 100644 --- a/.github/workflows/molecule-postgresql.yml +++ b/.github/workflows/molecule-postgresql.yml @@ -10,4 +10,4 @@ jobs: molecule-postgresql: uses: ./.github/workflows/molecule.yml with: - tests-path: ansible_collections/mirsg/infrastructure/roles/provision + tests-path: ansible_collections/mirsg/infrastructure/roles/postgresql