summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2018-10-03 07:05:06 +0000
committerMonty Taylor <mordred@inaugust.com>2018-10-06 10:42:31 -0500
commit68d11898715970f47c4d86c261dc64232a841c85 (patch)
tree974b0e60a21d8262b67c0310777d14ee48c056f5 /TESTING.rst
parent6f0f36aab00104321d548554f74e969064b1fe34 (diff)
downloadzuul-68d11898715970f47c4d86c261dc64232a841c85.tar.gz
Revert "Revert "web: rewrite interface in react""
This reverts commit 3dba813c643ec8f4b3323c2a09c6aecf8ad4d338. Change-Id: I233797a9b4e3485491c49675da2c2efbdba59449
Diffstat (limited to 'TESTING.rst')
-rw-r--r--TESTING.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/TESTING.rst b/TESTING.rst
index 24da82da9..f4172755b 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -38,11 +38,15 @@ As of zuul v3, a running zookeeper is required to execute tests.
*Install javascript dependencies*::
+ pushd web
yarn install
+ popd
*Build javascript assets*::
- npm run build:dev
+ pushd web
+ yarn build
+ popd
Run The Tests
-------------