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 ddd5eac commit 869010aCopy full SHA for 869010a
.github/workflows/tests.yml
@@ -65,6 +65,5 @@ jobs:
65
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
66
67
- name: tests
68
- run: |
69
- bats tests
+ run: bats tests
70
tests/test.bats
@@ -13,8 +13,9 @@ setup() {
13
}
14
15
teardown() {
16
- ddev delete -Oy ${DDEV_SITENAME}
17
- rm -rf ${TESTDIR}
+ ddev delete -Oy ${DDEV_SITENAME}
+ ddev poweroff
18
+ rm -rf ${TESTDIR}
19
20
21
@test "basic installation" {
0 commit comments