Skip to content

Commit e1ef058

Browse files
committed
Added site information to CI.
1 parent cbd8e42 commit e1ef058

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
- name: Install site
8181
run: ./vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite
8282

83+
- name: Show site information
84+
run: ./vendor/bin/drush status
85+
8386
- name: Start server
8487
run: |
8588
./vendor/bin/drush runserver "$SIMPLETEST_BASE_URL" &

0 commit comments

Comments
 (0)