We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db35aa5 commit 4663991Copy full SHA for 4663991
1 file changed
.github/workflows/maven.yml
@@ -29,6 +29,6 @@ jobs:
29
distribution: 'temurin'
30
cache: maven
31
- name: Build with Maven
32
- working-directory: solar-watch
33
- run: mvn -B package
+ working-directory: ./backend
+ run: mvn -B clean install
34
0 commit comments