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 9e7ca6a commit ec78d73Copy full SHA for ec78d73
.circleci/config.yml
@@ -32,3 +32,8 @@ jobs:
32
python test/verify-labels.py
33
label-maker package --dest integration --config test/fixtures/integration/config.integration.json
34
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