Skip to content

Commit

Permalink
cd MavenBack.
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEEF02 committed Nov 23, 2024
1 parent 9d3d399 commit d9eebb6
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 @@ -36,4 +36,6 @@ jobs:

# Step 4: Build and test with Maven
- name: Build and run tests
run: mvn clean test
run: |
cd MavenBack/
mvn clean test

0 comments on commit d9eebb6

Please sign in to comment.