Skip to content

Commit

Permalink
Update install_all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenChaykovskiy authored Apr 3, 2024
1 parent 0a5b98b commit 46c6b27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/install_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# (C) 2024 Dr. Bassler & Co. Managementberatung GmbH
#
# Installs the whole prosEO project and runs all tests
# Installs the whole prosEO project and runs all tests (Tests are switched off)
#
# @author Denys Chaykovskiy
#
Expand Down Expand Up @@ -76,4 +76,5 @@ jobs:
run: docker container ls

- name: Install all
run: mvn -B install --file pom.xml
# (tests are switched off) run: mvn -B install --file pom.xml
run: mvn -B install --file pom.xml -Dmaven.test.skip=true

0 comments on commit 46c6b27

Please sign in to comment.