From e84da20ba5e76627b50545f5034ba020ecdfe4b6 Mon Sep 17 00:00:00 2001 From: Oscar Tisnado <68830577+otisnado@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:08:33 -0600 Subject: [PATCH] fix missing param --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 577b454..32f6ef0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,7 +75,7 @@ jobs: box install - name: Start ${{ matrix.cfengine }} Server run: | - box server start cfengine=server-${{ matrix.cfengine }}.json --noSaveSettings --debug + box server start serverConfigFile="server-${{ matrix.cfengine }}.json" --noSaveSettings --debug # Install Adobe 2021 cfpm modules if [[ "${{ matrix.cfengine }}" == "adobe@2021" ]] ; then box run-script install:2021