fix: correct Makefile syntax (tabs for recipe lines)
Some checks failed
Test / pytest (pull_request) Failing after 12s
Some checks failed
Test / pytest (pull_request) Failing after 12s
This commit is contained in:
15
Makefile
15
Makefile
@@ -1,14 +1,13 @@
|
||||
1|.PHONY: test
|
||||
2|
|
||||
3|test:
|
||||
4| python3 -m pytest tests/test_ci_config.py scripts/test_*.py -v
|
||||
5|
|
||||
.PHONY: test
|
||||
|
||||
test:
|
||||
python3 -m pytest tests/test_ci_config.py scripts/test_*.py -v
|
||||
|
||||
# Connector targets
|
||||
.PHONY: test-connectors
|
||||
test-connectors:
|
||||
python3 -m pytest tests/test_connectors.py -v
|
||||
|
||||
run-connector:
|
||||
python3 scripts/run_connector.py $(CONNECTOR) --source $(SOURCE) --output $(OUTPUT) [--limit $(LIMIT)] [--dry-run]
|
||||
|
||||
.PHONY: connectors-help
|
||||
connectors-help:
|
||||
python3 scripts/run_connector.py --help
|
||||
|
||||
Reference in New Issue
Block a user