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 8b9bfa4 commit 94ca95eCopy full SHA for 94ca95e
Makefile
@@ -56,7 +56,7 @@ generate-test-map-test-results:
56
poetry run python uk_bin_collection/tests/generate_map_test_results.py build/integration-test-results/junit.xml > build/integration-test-results/test_results.json
57
58
parity-check:
59
- poetry run python uk_bin_collection/tests/council_feature_input_parity.py $(repo) $(branch)
+ poetry run python uk_bin_collection/tests/council_feature_input_parity.py "$(repo)" "$(branch)"
60
61
unit-tests:
62
poetry run coverage erase
0 commit comments