File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 API_URL="https://prod.packit.dev/api" make transpile-prod
3333
3434 - name : Run Vitest
35- run : make test_frontend_coverage
35+ run : make test-frontend-coverage
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ check:
5858test_image : files/ansible/install-deps.yaml files/ansible/recipe-tests.yaml
5959 $(CONTAINER_ENGINE ) build --rm -t $(TEST_IMAGE ) -f Dockerfile.tests .
6060
61- test_frontend :
61+ test-frontend :
6262 cd frontend && pnpm run test
6363
64- test_frontend_coverage :
64+ test-frontend-coverage :
6565 cd frontend && pnpm run coverage
6666
67- check_in_container : test_image
67+ check-in-container : test_image
6868 $(CONTAINER_ENGINE ) run --rm \
6969 --security-opt label=disable \
7070 $(TEST_IMAGE ) make check
You can’t perform that action at this time.
0 commit comments