Skip to content

Commit b0d8024

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ 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+
cd ~/label-maker
40+
python label-maker/test/verify-labels.py

0 commit comments

Comments
 (0)