Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminBalaita2003 authored Jan 30, 2025
1 parent edd08db commit eac90ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: mvn install

# Step 5: Run unit tests
# Step 5: Run only unit tests
- name: Run backend unit tests
run: mvn test -DtestSourceDirectory=src/test/java/com/example/jobsnap/unit
run: mvn test -Dtest=com.example.jobsnap.unit.* -DexcludedGroups=integration

0 comments on commit eac90ea

Please sign in to comment.