From 3305d17d7603b8d964a956359291738515167424 Mon Sep 17 00:00:00 2001 From: ZeinebMESSAOUDI <130365664+Zeineb2001@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:16:46 +0100 Subject: [PATCH] Update pricing-pipeline.yml --- .github/workflows/pricing-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pricing-pipeline.yml b/.github/workflows/pricing-pipeline.yml index 22b24781..aafc37b3 100644 --- a/.github/workflows/pricing-pipeline.yml +++ b/.github/workflows/pricing-pipeline.yml @@ -24,7 +24,7 @@ jobs: - name: Build with Maven run: | - cd search/ + cd Pricing/ mvn clean package -DskipTests - name: Archive JAR Artifact