From bb8a95bf0d4e53fd301662549ab1bfa97eeb4d83 Mon Sep 17 00:00:00 2001 From: Victoire Date: Tue, 16 Jul 2024 16:45:12 +0100 Subject: [PATCH] created the CI/CD pipeline for the frontend. --- .github/workflows/ci-cd-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd-backend.yml b/.github/workflows/ci-cd-backend.yml index aa6bbc6..99bd12a 100644 --- a/.github/workflows/ci-cd-backend.yml +++ b/.github/workflows/ci-cd-backend.yml @@ -42,8 +42,8 @@ jobs: gradle-version: '7.2' - name: Build with Gradle - working-directory: ./ - run: cd packit-backend && ./gradlew clean build -x test --warning-mode all + working-directory: ./packit-backend + run: ./gradlew clean build -x test --warning-mode all - name: List contents of build/libs directory run: ls -la