Skip to content

Commit

Permalink
Fix instructions on how to run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thelarsjohansson committed Jul 10, 2024
1 parent 033eace commit e96b849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/INTEGRATIONTEST_DOCKER_RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ mvn clean install test-compile failsafe:integration-test failsafe:verify --batch
To build and run all unit tests and integration tests (Docker) with code coverage.

```
mvn clean install test-compile failsafe:integration-test failsafe:verify verify --batch-mode --fail-at-end -Djacoco.skip=false -DskipITs=false -DskipITCoverage=false -Pdeployable-jar -Pintegrationtest-docker
mvn clean install test-compile failsafe:integration-test failsafe:verify --batch-mode --fail-at-end -Djacoco.skip=false -DskipITs=false -DskipITCoverage=false -Pdeployable-jar -Pintegrationtest-docker
```

### Note
Expand Down

0 comments on commit e96b849

Please sign in to comment.