Skip to content

Commit ed54218

Browse files
authored
Added tests and docs (#5)
1 parent 48b8d6e commit ed54218

File tree

14 files changed

+324
-414
lines changed

14 files changed

+324
-414
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- If this PR changes logic, consider adding additional steps or context to the instructions below. -->
1414

1515
```bash
16-
ddev add-on get https://github.com/ddev/ddev-addon-template/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
16+
ddev add-on get https://github.com/ddev/ddev-php85/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
1717
ddev restart
1818
```
1919

.github/scripts/first-time-setup.sh

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/scripts/update-checker.sh

Lines changed: 0 additions & 267 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
strategy:
3232
matrix:
3333
ddev_version: [stable, HEAD]
34+
bats_tag: [
35+
"from-directory",
36+
"from-release",
37+
"custom-docroot",
38+
"drupal11",
39+
]
40+
3441
fail-fast: false
3542

3643
runs-on: ubuntu-latest
@@ -43,3 +50,4 @@ jobs:
4350
debug_enabled: ${{ github.event.inputs.debug_enabled }}
4451
addon_repository: ${{ env.GITHUB_REPOSITORY }}
4552
addon_ref: ${{ env.GITHUB_REF }}
53+
test_command: bats tests --filter-tags ${{ matrix.bats_tag }}

0 commit comments

Comments
 (0)