From 2d1fbf4be20aa2f6743bbd16ec022c3d4af46352 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 14 Jun 2022 12:54:21 +0300 Subject: [PATCH] ci: remove changing directory --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 06d2677..a0698d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,5 +13,4 @@ steps: - name: tests image: denoland/deno:alpine-1.22.3 commands: - - cd /app - deno test --allow-read