Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NadicaUzunova authored Aug 8, 2024
1 parent 97dc97a commit 9522525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'adopt'

- name: Build with Maven
run: mvn -B package --file backend/pom.xml
run: mvn -B package --file backend/pom.xml -DskipTests

build-frontend:
needs: build-backend
Expand Down

0 comments on commit 9522525

Please sign in to comment.