From 44b8b10f84e169a47ebd346c31c565bae49e32b3 Mon Sep 17 00:00:00 2001 From: Takayuki Matsuoka Date: Mon, 31 May 2021 13:28:49 +0900 Subject: Add make -C tests checkTag to ci.yml --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c001bd0..70ce2d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -587,6 +587,22 @@ jobs: ############################################################ +# Check git tag for LZ4 releases +# + lz4-check-tag: + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v2 + - name: make -C tests checkTag + if: startsWith(github.ref, 'refs/tags/v') # If git tag name starts with 'v' + run: | + echo "tag=${GITHUB_REF#refs/*/}" + make -C tests checkTag + tests/checkTag ${GITHUB_REF#refs/*/} + + + +############################################################ # Gather CI environment information. # lz4-env-info: -- cgit v0.12