From 0835d1b7811c38f8e4f48ae3772d26fccd70c217 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 3 Mar 2023 10:17:28 +0100 Subject: add runtime version information --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27164ea..a564a9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,12 +27,19 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 with: python-version: '${{ matrix.python-version }}' - name: 'Install package & dependencies' run: pip install -q -e . + - name: Check that scripts are runnable + run: | + vk-mutuals --version + vk-status --version + vk-sessions --version - name: Run tests run: ./test/bin/main.sh @@ -43,6 +50,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 with: -- cgit v1.2.3