From bab12472b0952381fd9cce5e05077be0434dc509 Mon Sep 17 00:00:00 2001 From: AmolKadam-Tekdi Date: Mon, 8 Jul 2024 15:53:03 +0530 Subject: [PATCH] all_Automation_Git_Actions --- .github/workflows/all-automation.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/all-automation.yml b/.github/workflows/all-automation.yml index 688643ef..388a69fe 100644 --- a/.github/workflows/all-automation.yml +++ b/.github/workflows/all-automation.yml @@ -134,18 +134,16 @@ jobs: uses: actions/cache@v3 with: path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('all-learner-ai-app/allAutomation/pom.xml') }} + key: ${{ runner.os }}-maven-${{ hashFiles('/home/runner/work/all-learner-ai-app/all-learner-ai-app/allAutomation/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - - name: Install dependencies run: | - cd all-learner-ai-app/allAutomation + cd /home/runner/work/all-learner-ai-app/all-learner-ai-app/allAutomation mvn install -DskipTests - - name: Run tests run: | - cd all-learner-ai-app/allAutomation + cd /home/runner/work/all-learner-ai-app/all-learner-ai-app/allAutomation mvn test @@ -158,5 +156,3 @@ jobs: - -