This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice/test-docker-image in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 76797c72f656d802c35f1ebffaa733d9ebaa88df Author: Twice <[email protected]> AuthorDate: Sat Jul 29 12:02:03 2023 +0800 Update nightly.yaml --- .github/workflows/nightly.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index f02cfaeb..89551712 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -69,3 +69,8 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | MORE_BUILD_ARGS=-j${{ env.NPROC }} + + - name: Test Image + uses: docker://apache/kvrocks:${{ steps.meta.outputs.tags[1] }} + with: + args: -v
