Skip to content

Commit ec78d73

Browse files
committed
Add test for using cli outside module dir
1 parent 9e7ca6a commit ec78d73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ jobs:
3232
python test/verify-labels.py
3333
label-maker package --dest integration --config test/fixtures/integration/config.integration.json
3434
python test/verify-package.py
35+
36+
# Retest that `label-maker labels` works, but from outside the module directory
37+
cd ~
38+
label-maker labels --dest label-maker/integration --config label-maker/test/fixtures/integration/config.integration.json > stdout
39+
python label-maker/test/verify-labels.py

0 commit comments

Comments
 (0)