From a2c93442f56b3c54b0c3dfda6853fbf19218bcc9 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Wed, 28 Sep 2022 13:45:34 -0400 Subject: [PATCH] Added dummy index.html for test runs --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 32b4956..5da00a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,8 @@ steps: - name: test image: rust:latest commands: + - mkdir -p ui/build + - touch ui/build/index.html - rustup component add clippy - cargo clippy - cargo test --all