Skip to content

Commit 918936d

Browse files
committed
Added site information to CI.
1 parent c4caecd commit 918936d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
- name: Install site
8686
run: ./vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite
8787

88+
- name: Show site information
89+
run: ./vendor/bin/drush status
90+
8891
- name: Start server
8992
run: |
9093
./vendor/bin/drush runserver "$SIMPLETEST_BASE_URL" &

0 commit comments

Comments
 (0)