Skip to content

Commit

Permalink
remove stray reference to nonexistent make target
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Nov 16, 2021
1 parent 5d86455 commit c0261ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ test-start-services: clean-slate

seed-dbs-e2e: test-start-services
$(MAKE) seed-api-with-test-data
$(MAKE) seed-geoapi-with-test-data


test-e2e-api: seed-dbs-e2e
docker-compose $(DOCKER_COMPOSE_FILE) exec -T api ./apps/api/entrypoint.sh test-e2e

Expand Down

0 comments on commit c0261ee

Please sign in to comment.