Skip to content

Commit

Permalink
Added site information to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 29, 2024
1 parent cbd8e42 commit 015e772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
- name: Install site
run: ./vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite

- name: Show site information
run: ./vendor/bin/drush status

- name: Start server
run: |
./vendor/bin/drush runserver "$SIMPLETEST_BASE_URL" &
Expand Down

0 comments on commit 015e772

Please sign in to comment.