Skip to content

Commit 4663991

Browse files
authored
Update maven.yml
1 parent db35aa5 commit 4663991

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
distribution: 'temurin'
3030
cache: maven
3131
- name: Build with Maven
32-
working-directory: solar-watch
33-
run: mvn -B package
32+
working-directory: ./backend
33+
run: mvn -B clean install
3434

0 commit comments

Comments
 (0)