Skip to content

Commit

Permalink
fix: fix invalid file path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Colk-tech committed Jan 4, 2024
1 parent e98317a commit 3ed019a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ pytest_xml:
pytest_ci:
$(MAKE) up
$(MAKE) online_migrate
docker compose run --rm app bash -c "python r./script/run_command.py pytest -v ./test/ --cov=./src/ --junitxml=pytest.xml --cov-report=term-missing:skip-covered | tee pytest-coverage.txt"
docker compose run --rm app bash -c "python ./script/run_command.py pytest -v ./test/ --cov=./src/ --junitxml=pytest.xml --cov-report=term-missing:skip-covered | tee pytest-coverage.txt"

0 comments on commit 3ed019a

Please sign in to comment.