Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add information and example on com.exasol.dockerdb.image system property to usage section.
  • Loading branch information
pj-spoelders authored Oct 24, 2023
1 parent 2d68641 commit 1a69c87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Usually you generate the `testConfig.json` using the Terraform module [terraform

You can also select a specific test-setup in code. For that simply replace `new ExasolTestSetupFactory().getTestSetup()` by `new ExasolTestcontainerTestSetup()`.

To change the Exasol Docker DB version being used you can define the 'com.exasol.dockerdb.image' system property, e.g: 'mvn verify -Dcom.exasol.dockerdb.image=${{ matrix.docker_db_version }}'.

## Information for Users of This Library

* [Guide for Setting up a Project With Cloud Resources](doc/user_guide/setup_project_with_cloud_resources.md)
Expand Down

0 comments on commit 1a69c87

Please sign in to comment.