Skip to content
Snippets Groups Projects
Commit bf29434c authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

tests: don’t run vitest twice

The dashboard-test container already runs test-local which includes
playwright and vitest.
parent a658246d
No related branches found
No related tags found
No related merge requests found
Pipeline #7190 passed
...@@ -140,9 +140,9 @@ test-local-vitest: node_modules ...@@ -140,9 +140,9 @@ test-local-vitest: node_modules
.PHONY: test-local .PHONY: test-local
test-local: test-local-playwright test-local-vitest test-local: test-local-playwright test-local-vitest
.PHONY: test-playwright .PHONY: test
.ONESHELL: .ONESHELL:
test-playwright: test:
. tests/env . tests/env
$(DOCKER_COMPOSE) \ $(DOCKER_COMPOSE) \
--env-file tests/env \ --env-file tests/env \
...@@ -153,6 +153,3 @@ test-playwright: ...@@ -153,6 +153,3 @@ test-playwright:
--force-recreate \ --force-recreate \
--exit-code-from dashboard-test \ --exit-code-from dashboard-test \
; ;
.PHONY: test
test: test-playwright test-local-vitest
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