mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-26 10:40:30 -06:00
require verify on preview and relase
This commit is contained in:
parent
62d5832d1a
commit
bbc3cc1f98
2
.github/workflows/preview.yml
vendored
2
.github/workflows/preview.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: build preview revision
|
||||
run: |
|
||||
mvn clean package -Drevision="${{ env.PREVIEW_VERSION }}" -P enable-container-tests
|
||||
mvn clean verify -Drevision="${{ env.PREVIEW_VERSION }}" -P enable-container-tests
|
||||
|
||||
- name: Setup docker buildx
|
||||
uses: docker/setup-buildx-action@v2.2.1
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
- name: build release revision
|
||||
run: |
|
||||
mvn clean package -Drevision="${{ env.RELEASE_VERSION }}" -P enable-container-tests
|
||||
mvn clean verify -Drevision="${{ env.RELEASE_VERSION }}" -P enable-container-tests
|
||||
|
||||
- name: Setup docker buildx
|
||||
uses: docker/setup-buildx-action@v2.2.1
|
||||
|
Loading…
Reference in New Issue
Block a user