Skip to content

Commit

Permalink
Fix typo (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Jun 28, 2024
1 parent 78452d0 commit fee7a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/{{ cookiecutter.__folder_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ acceptance-containers-stop: ## Stop Acceptance containers
ci-acceptance-test: ## Run Acceptance tests in ci mode
$(MAKE) acceptance-containers-start
pnpm dlx wait-on --httpTimeout 20000 http-get://localhost:55001/plone http://localhost:3000
$(MAKE) -C "./frontend/" test-acceptance-headless
$(MAKE) -C "./frontend/" ci-acceptance-test
$(MAKE) acceptance-containers-stop

0 comments on commit fee7a07

Please sign in to comment.