From 515eb28ba6713070560b39d89a0d647ba2861efd Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 23 Feb 2021 23:02:26 +0100 Subject: [PATCH] Wait on build for testing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 608828c5d..e1af2d6a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -101,7 +101,7 @@ steps: - yarn serve & npx wait-on http://localhost:8080 - yarn test:frontend --browser chrome depends_on: - - dependencies + - build - name: upload-test-results image: plugins/s3:1