Skip to content

Commit

Permalink
Change workflow directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEEF02 committed Nov 23, 2024
1 parent b5d869e commit 5db20d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-m2-${{ hashFiles('MavenBack/**/pom.xml') }}
restore-keys: |
${{ runner.os }}-m2
working-directory: MavenBack

# Step 4: Build and test with Maven
- name: Build and run tests
working-directory: MavenBack
run: mvn clean test

0 comments on commit 5db20d9

Please sign in to comment.