Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 8, 2024
1 parent f1c69c2 commit bab1247
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/all-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -158,5 +156,3 @@ jobs:

0 comments on commit bab1247

Please sign in to comment.