Skip to content

Commit

Permalink
fix: --db-password option value cannot be null
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored and cedric-anne committed Jan 13, 2025
1 parent 3631a69 commit cf40dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: "Install plugin"
working-directory: "/var/www/glpi"
run: |
bin/console database:install --ansi --no-interaction --db-name=glpi --db-host=db --db-user=root --strict-configuration
bin/console database:install --ansi --no-interaction --db-name=glpi --db-host=db --db-user=root --db-password="" --strict-configuration
bin/console plugin:install --ansi --no-interaction --username=glpi ${{ inputs.plugin-key }}
bin/console plugin:activate --ansi --no-interaction ${{ inputs.plugin-key }}
- name: "Run apache"
Expand Down

0 comments on commit cf40dac

Please sign in to comment.