Minor - Fix workflow + fix behat install

pull/3768/head
Julio Montoya 5 years ago
parent fc294a07fe
commit 5609043b29
  1. 2
      .github/workflows/php.yml
  2. 4
      tests/behat/features/actionInstall.feature

@ -143,7 +143,7 @@ jobs:
#
- name: Install database
run: |
symfony console doctrine:database:create || echo "Error while creating the DB"
bin/console doctrine:database:create || echo "Error while creating the DB"
env:
DATABASE_URL: mysql://root:root@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/chamilo
DATABASE_HOST: 127.0.0.1

@ -13,10 +13,10 @@ Feature: Install portal
Then I should see "Step4 Database settings"
Then I fill in the following:
| dbUsernameForm | root |
# | dbPassForm | |
| dbPassForm | root |
| dbNameForm | master |
Then I press "step3"
Then I should see "Database host: localhost"
Then I should see "Database driver: pdo_mysql"
Then I press "step4"
Then I should see "Step5 ConfigurationSettings"
Then I fill in the following:

Loading…
Cancel
Save