From 7e6585bba5800a58c9d48eb4ae69d5e728277b97 Mon Sep 17 00:00:00 2001 From: Victoire Date: Tue, 16 Jul 2024 16:35:23 +0100 Subject: [PATCH] created the CI/CD pipeline for the frontend. --- .github/workflows/ci-cd-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-backend.yml b/.github/workflows/ci-cd-backend.yml index 5e70547..76b64c7 100644 --- a/.github/workflows/ci-cd-backend.yml +++ b/.github/workflows/ci-cd-backend.yml @@ -43,7 +43,7 @@ jobs: - name: Build with Gradle working-directory: packit-backend - run: cd packit-backend && ./gradlew clean build -x test --warning-mode all + run: ./gradlew clean build -x test --warning-mode all - name: List contents of build/libs directory run: ls -la packit-backend