Make momentarly package-anatomy continues on errors.

This commit is contained in:
Jean-Christophe Amiel 2025-07-18 17:16:50 +02:00 committed by hurl-bot
parent d79e60848d
commit 27bc9a7eb7
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
1 changed files with 2 additions and 0 deletions

View File

@ -700,6 +700,8 @@ jobs:
- name: Package generic linux aarch64 anatomy
if: ${{ always() }}
run: bin/release/package-anatomy.sh artifacts/release-generic-linux-aarch64-artifacts/hurl-*-aarch64-unknown-linux-gnu.tar.gz --compare-with-dir docs/spec/packages
# FIXME: remove this next line to make the job error blocking.
continue-on-error: true
- name: Package deb x64 anatomy
if: ${{ always() }}
run: bin/release/package-anatomy.sh artifacts/release-deb-x64-artifacts/hurl_*_amd64.deb --compare-with-dir docs/spec/packages