From 1559330fd7add1175f3ba1c3379e7848c74a1a49 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 10 Apr 2023 07:44:14 -0600 Subject: [PATCH] Add test code Former-commit-id: a225d5034b5b9f221ad8671772f2f7356554e124 --- .gitea/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 0566f510..9c40a6fb 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -28,6 +28,8 @@ jobs: run: python3 --version - name: "Install shiv" run: pip install shiv + - name: "Test things" + run: echo "Build tag is: ${{ steps.build-info.outputs.build-tag }}" - name: "Build local shiv package" id: build run: |