(Hopefully) Fix pom location
Some checks failed
Java CI with Maven / build (push) Failing after 3m4s

This commit is contained in:
Sebastian 2023-11-05 22:28:46 +01:00
parent 4a59352435
commit d1b8f98f8e

View File

@ -20,7 +20,7 @@ jobs:
with:
maven-version: 3.8.2
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file backend/pom.xml
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph