From edd2ba29cee7e050f9657f60e0ccdc140983a6a4 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 29 Oct 2023 13:41:31 -0500 Subject: [PATCH] fix(CI): Break up workflows and use templates --- .github/workflows/test-single-node.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-single-node.yml b/.github/workflows/test-single-node.yml index c06c503d0..8bd29b36e 100644 --- a/.github/workflows/test-single-node.yml +++ b/.github/workflows/test-single-node.yml @@ -13,5 +13,5 @@ jobs: fail-fast: false env: PYTHON_VERSION: "3.11" - steps: - - uses: ./.github/workflows/molecule-template.yml + steps: + - uses: ./.github/workflows/molecule-template.yml