Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
No cross-browser tests on staging.
Browse files Browse the repository at this point in the history
  • Loading branch information
adgad authored Nov 26, 2018
1 parent 2841f68 commit c49a44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deplo%: ## deploy: deploy the app to heroku

nht gtg $(HEROKU_APP_STAGING)

@n-test smoke -H https://$(HEROKU_APP_STAGING).herokuapp.com --header "FT-Next-Backend-Key: $(FT_NEXT_BACKEND_KEY)"
@n-test smoke -H https://$(HEROKU_APP_STAGING).herokuapp.com --header "FT-Next-Backend-Key: $(FT_NEXT_BACKEND_KEY)" --browsers "chrome"

ifdef HEROKU_APP_EU
nht configure $(VAULT_NAME) $(HEROKU_APP_EU) --overrides REGION=EU
Expand Down

0 comments on commit c49a44c

Please sign in to comment.