Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/sitectl-create-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ jobs:
plugin: drupal
create-definition: ${{ matrix.create_definition }}
create-args: ${{ matrix.create_args }}
packages: sitectl sitectl-drupal
local-plugin-path: sitectl-drupal
local-plugin-repository: libops/sitectl-drupal
local-plugin-ref: priority-review-remediation
packages: sitectl
package-versions: sitectl=1.8.1
allow-unversioned-packages: false
run-verify: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clean: ## Delete generated local state after confirmation
healthcheck: ## Check Compose and application health
sitectl healthcheck

test: ## Run custom Drupal tests
test: ## Verify the running application and run custom Drupal tests when present
./scripts/test.sh

lint: ## Lint custom Drupal code
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Check the site and context configuration with [`sitectl healthcheck`](https://si

```bash
sitectl healthcheck
sitectl verify --strict
sitectl validate
```

Expand Down
Loading