From 60843ffb13b87968fac9d7615c76803160861281 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 27 Jan 2024 22:33:00 +0100 Subject: [PATCH] Disable non-existent e2e tests. --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9c291da..4b23ec9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,5 +9,4 @@ steps: - apk add firefox - npm install - npm run test:ci - - npm run e2e - npm run build-prod