Skip to content

Commit

Permalink
Clean before running integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Mar 24, 2024
1 parent 23fb364 commit 5a4d538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $(env):

.PHONY: test-integration
test-integration: ## Run integration tests
test-integration: build-release | $(env)
test-integration: clean build-release | $(env)
$(call serve,build/web); $(env)/bin/shot-scraper 'http://localhost:8000?q=a' \
--wait-for 'document.querySelector("flutter-view")' \
-o $(@).png \
Expand Down

0 comments on commit 5a4d538

Please sign in to comment.