Skip to content

Commit

Permalink
fix: fix for nesting server
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaohoanq committed Dec 6, 2024
1 parent a1a1262 commit 265629b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
cache: maven

- name: Run All Unit Tests
working-directory: ./SPCServer/springboot
run: mvn -B clean test --file pom.xml
env:
SPRING_PROFILES_ACTIVE: test
SPRING_PROFILES_ACTIVE: test


0 comments on commit 265629b

Please sign in to comment.