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