Skip to content

Commit 794300f

Browse files
authored
Update ci-cd.yml
1 parent a6a46b9 commit 794300f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
- name: Build with Maven
3232
run: |
3333
cd backend
34-
./mvnw clean package -DskipTests=false
35-
# Note: Set skipTests to true if you haven't written JUnit tests yet
34+
mvn clean package -DskipTests=false
3635
3736
frontend-ci:
3837
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)