Skip to content

Commit

Permalink
Add language param to non-interactive install
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Jan 10, 2024
1 parent 2c05183 commit a338c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:

- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress

- name: Add Docker database host aliases to build environment
run: sudo echo "127.0.0.1 nginx postgres mysql" | sudo tee -a /etc/hosts

- name: Install Craft
run: php craft install/craft --username=admin --password=password [email protected] --site-name=Craft Blog --site-url=$DEFAULT_SITE_URL --interactive=0
run: php craft install/craft --username=admin --password=password [email protected] --site-name=Craft Blog --site-url=$DEFAULT_SITE_URL --language=en_us --interactive=0

- name: Add Craft demo content
run: php craft migrate/up --track=content --interactive=0
Expand Down

0 comments on commit a338c4f

Please sign in to comment.