Add test code

Former-commit-id: 355c3e179e
This commit is contained in:
David Boreham 2023-04-10 07:02:05 -06:00 committed by GitHub
parent 317608140f
commit 6bd84e5b2f

View File

@ -36,7 +36,9 @@ jobs:
./scripts/build_shiv_package.sh
result_code=$?
echo "package-file=$(ls ./package/*)" >> $GITHUB_OUTPUT
exit $result_code
exit $result_code
- name: "Test things"
run: echo "Build tag is: ${{ steps.build-info.outputs.build-tag }}"
- name: "Stage artifact file"
run: |
cp ${{ steps.build.outputs.package-file }} ./laconic-so