Skip to content

Commit

Permalink
Issue 75: Generate proof key for demo and ExistingSite tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Dec 19, 2024
1 parent a335e55 commit fafab26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
run: |
docker-compose exec -T web ./vendor/bin/phpcs -s
- name: Generate proof key
run: |
set -x
docker-compose exec -T collabora coolconfig generate-proof-key
# Collabora becomes unavailable after the above command.
docker-compose restart collabora
- name: Drupal site install
run: |
docker-compose exec -T web ./vendor/bin/run drupal:site-install
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ docker-compose up -d

docker-compose exec web composer install
docker-compose exec web ./vendor/bin/run drupal:site-install

docker-compose exec collabora coolconfig generate-proof-key
docker-compose restart collabora
```

Optionally, generate an admin login link.
Expand Down

0 comments on commit fafab26

Please sign in to comment.