Skip to content

Commit

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

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

0 comments on commit 1a06147

Please sign in to comment.