From e146584ce2c353ecb7f7b8702c239c8e2c7ec7f9 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 1 Jun 2024 20:29:50 +1200 Subject: [PATCH] ci: Use http_direct scenario --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d42d729..9c9f4a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: ansible-galaxy install -r molecule/requirements.yml - name: Run Molecule tests. - run: molecule test + run: molecule test --scenario-name http_direct env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'