We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd8e42 commit e1ef058Copy full SHA for e1ef058
.github/workflows/ci.yml
@@ -80,6 +80,9 @@ jobs:
80
- name: Install site
81
run: ./vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite
82
83
+ - name: Show site information
84
+ run: ./vendor/bin/drush status
85
+
86
- name: Start server
87
run: |
88
./vendor/bin/drush runserver "$SIMPLETEST_BASE_URL" &
0 commit comments