Skip to content

Commit c2a299c

Browse files
committed
Update drone.yml
1 parent 66d9ce4 commit c2a299c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.drone.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@ steps:
2626
- name: Build Hestia package and install
2727
commands:
2828
- ./src/hst_autocompile.sh --hestia --install '~localsrc'
29-
- name: Run Bats
29+
- name: Run system / user tests
3030
commands:
3131
- bats ./test/test.bats
32+
- name: Run restore tests
33+
commands:
3234
- bats ./test/restore.bats
35+
- name: Run config tests
36+
commands:
37+
- bats ./test/config-tests.bats
3338
- name: Run Check PHP
3439
commands:
3540
- ./test/check_php.sh
@@ -65,10 +70,15 @@ steps:
6570
- name: Build Hestia package install
6671
commands:
6772
- ./src/hst_autocompile.sh --hestia --install '~localsrc'
68-
- name: Run Bats
73+
- name: Run system / user tests
6974
commands:
7075
- bats ./test/test.bats
76+
- name: Run restore tests
77+
commands:
7178
- bats ./test/restore.bats
79+
- name: Run config tests
80+
commands:
81+
- bats ./test/config-tests.bats
7282
- name: Run Check PHP
7383
commands:
7484
- ./test/check_php.sh
@@ -78,4 +88,4 @@ trigger:
7888

7989
---
8090
kind: signature
81-
hmac: f3763c63fcebe50a2ad24dc3fb2ab3191cba15750e4dd80be82cea87466d96bc
91+
hmac: bca7f80ac6198662bc658235d7345485213847f1c00f027e1439775e02776bc7

0 commit comments

Comments
 (0)