Skip to content

Commit

Permalink
Add missing forward slash
Browse files Browse the repository at this point in the history
  • Loading branch information
judoole committed Jun 22, 2020
1 parent 00388f9 commit efd4589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/airflow/airflow.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ airflow.logs: $(AIRFLOW_INIT_CHECK_SENTINEL) ## Tail the local logs

.PHONY: airflow.test
airflow.test: $(AIRFLOW_BUILD_SENTINEL) $(AIRFLOW_INIT_CHECK_SENTINEL) ## Run the tests found in /test
docker-compose -f $(AIRFLOW_DOCKER_COMPOSE_FILE) run --rm test pytest -rA code/tests
docker-compose -f $(AIRFLOW_DOCKER_COMPOSE_FILE) run --rm test pytest -rA /code/tests

.PHONY: airflow.flake8
airflow.flake8:$(AIRFLOW_BUILD_SENTINEL) $(AIRFLOW_INIT_CHECK_SENTINEL) ## Run the flake8 agains dags folder
Expand Down

0 comments on commit efd4589

Please sign in to comment.