Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Jul 4, 2022
1 parent b002c01 commit 288225c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/templates.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install template
run: composer require ${{ matrix.templates }} --no-cache
- name: Install Microweber with template ${{ matrix.templates }}
run: php artisan microweber:install --email=admin@site.com --username=1 --password=1 --db_host=/home/runner/work/microweber/microweber/storage/database1.sqlite --db_name=microweber --db_password=nopass --db_driver=sqlite --db_prefix=site_ --template=${{ matrix.templates }} --default_content=1
run: php artisan microweber:install --email=admin@site.com --username=1 --password=1 --db-host=/home/runner/work/microweber/microweber/storage/database1.sqlite --db-name=microweber --db-password=nopass --db-driver=sqlite --db-prefix=site_ --template=${{ matrix.templates }} --default-content=1
- name: Run Laravel Server
run: php -d variables_order=EGPCS -S 127.0.0.1:8000 > /home/runner/work/microweber/microweber/storage/logs/serve.log 2>&1 &
- name: Run Dusk Browse test
Expand Down

0 comments on commit 288225c

Please sign in to comment.