From fe8484edeed76039caa2c570635eec0dff07cfb6 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Fri, 16 Feb 2024 16:58:47 +0100 Subject: [PATCH] trying 6.0 issue workaround --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index afdd7c8..84f566e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,9 +47,9 @@ jobs: - name: Run Tests run: | # Create the CommandBox modules folder, for some reason it is not created - mkdir -p ~/.CommandBox/cfml/modules + mkdir -p ~/.CommandBox/cfml/modules/contentbox-cli # Link up the module so we can do testing! - box link --force + box link # Test box task run taskfile=build/Build target="runTests"