Run SLSA validation with the production release of hishtory too

This commit is contained in:
David Dworken 2023-11-10 18:10:46 -08:00
parent 9ea10d2fcd
commit 5cebea00af
No known key found for this signature in database

View File

@ -217,7 +217,10 @@ jobs:
name: hishtory-darwin-arm64-unsigned
- name: Validate Release
run: |
go build; ./hishtory install
export HISHTORY_TEST=1
curl https://hishtory.dev/install.py | python3 -
unset HISHTORY_TEST
go build
python3 scripts/actions-validate.py
echo DONE > hishtory-release-validation-completed
- name: Release