Skip to content
Snippets Groups Projects
Commit d7b34208 authored by Richard Henck's avatar Richard Henck
Browse files

Improve makefile target name

parent 2c46a7ae
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ install:
script:
- sleep 200
- make test-units
- make test-unit
after-script:
- make stop
......@@ -12,7 +12,7 @@ down:
test: run-detached test-units test-e2e stop
test-units:
test-unit:
docker-compose -f docker/docker-compose.yml exec testcenter-frontend-dev ng test --watch=false
test-e2e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment