Skip to content

Commit abb9659

Browse files
committed
Checkpoint
1 parent dd9238c commit abb9659

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ hatch test
162162

163163
## Clean test artifacts
164164

165+
Be sure that all airflow services and the docker service have been stopped.
166+
The docker service can be stopped with.
167+
```
168+
hatch run hatch-test.py3.11:stop-psql-service
169+
```
170+
165171
To clean test artifacts including the PostgreSQL databasese cluster, as well as the aiida and the airflow config.
166172
```bash
167173
hatch run hatch-test.py3.11:clean

0 commit comments

Comments
 (0)