Skip to content

Commit

Permalink
add missing prefix for serverConfigFile
Browse files Browse the repository at this point in the history
  • Loading branch information
otisnado committed Dec 11, 2024
1 parent b4a007c commit 742b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 742b973

Please sign in to comment.