From 742b973806412c7552d577bfcfbc4fd9393f3db3 Mon Sep 17 00:00:00 2001 From: Oscar Tisnado <68830577+otisnado@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:03:42 -0600 Subject: [PATCH] add missing prefix for serverConfigFile --- .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 eb66655..18bfc33 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,7 +47,7 @@ jobs: - name: Start ${{ matrix.cfengine }} Server run: | - box server start serverConfigFile=${{ 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