mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2026-07-29 23:58:23 -05:00
Reactivate testcontainers profile in release and preview yamls
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: build preview revision
|
||||
run: |
|
||||
mvn clean verify -Drevision="${{ env.PREVIEW_VERSION }}"
|
||||
mvn clean verify -Drevision="${{ env.PREVIEW_VERSION }}" -P enable-container-tests
|
||||
|
||||
- name: Setup docker buildx
|
||||
uses: docker/setup-buildx-action@v2.2.1
|
||||
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
- name: build release revision
|
||||
run: |
|
||||
mvn clean verify -Drevision="${{ env.RELEASE_VERSION }}"
|
||||
mvn clean package -Drevision="${{ env.RELEASE_VERSION }}" -P enable-container-tests
|
||||
|
||||
- name: Setup docker buildx
|
||||
uses: docker/setup-buildx-action@v2.2.1
|
||||
|
||||
Reference in New Issue
Block a user