From 923217fd221abb7a91b2c3dc33b173abf696b312 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Mon, 30 Oct 2023 09:45:34 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 75811aa..38d0b3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,12 +10,12 @@ steps: - name: build image: swift:latest commands: - - cd Sources/allin + - cd Sources/allin/allin - swift build - name: test image: swift:latest commands: - - cd Sources/allin + - cd Sources/allin/allinTests - swift test depends_on: [build]