Skip to content

Commit

Permalink
Merge pull request #29 from companieshouse/feature/JU-1177
Browse files Browse the repository at this point in the history
feat: stopped integration tests from running during the package stage
  • Loading branch information
dtoulcher-ch authored Jan 14, 2025
2 parents 0b8c014 + 9c68dcc commit 5cf8f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ifndef version
endif
$(info Packaging version: $(version))
mvn versions:set -DnewVersion=$(version) -DgenerateBackupPoms=false
mvn package -DskipTests=true
mvn package -Dmaven.test.skip=true
$(eval tmpdir:=$(shell mktemp -d build-XXXXXXXXXX))
cp ./start.sh $(tmpdir)
cp ./target/$(artifact_name)-$(version).jar $(tmpdir)/$(artifact_name).jar
Expand Down

0 comments on commit 5cf8f01

Please sign in to comment.