Skip to content

Commit

Permalink
fix missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
otisnado committed Dec 12, 2024
1 parent 39fdf13 commit e84da20
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 @@ -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
Expand Down

0 comments on commit e84da20

Please sign in to comment.