From 31c7234e9d5bf375345d7413aad5e01a1f91dcd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Thu, 3 May 2018 11:53:17 +0200 Subject: [PATCH] Update README.md --- test/smoke/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/README.md b/test/smoke/README.md index 539e8c9055b..b3a137953d4 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -16,7 +16,7 @@ You must always run the smoketest version which matches the release you are test ``` git checkout release/1.22 -cd test/smoke && yarn && yarn compile +yarn yarn smoketest --build PATH_TO_RELEASE_BUILD ``` -- GitLab