Add test code

Former-commit-id: a225d5034b
This commit is contained in:
David Boreham 2023-04-10 07:44:14 -06:00
parent 75958adf82
commit 1559330fd7

View File

@ -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: |