Skip to content
Snippets Groups Projects
Unverified Commit c8d80b26 authored by Martin Weise's avatar Martin Weise
Browse files

Removed end-to-end tests

parent 2ecde655
No related branches found
No related tags found
1 merge request!144Revert
...@@ -189,10 +189,7 @@ coverage-frontend: build-frontend ...@@ -189,10 +189,7 @@ coverage-frontend: build-frontend
test-frontend: clean build-frontend test-frontend: clean build-frontend
yarn --cwd ./fda-ui install yarn --cwd ./fda-ui install
cp .env.unix.example .env yarn --cwd ./fda-ui run test:unit || true
docker compose up -d
yarn --cwd ./fda-ui run test:e2e || true
docker compose down
clean: clean:
docker system prune -f --volumes docker system prune -f --volumes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment