From e58330c93a3b1f70a57b432e2a43cde8a0c14599 Mon Sep 17 00:00:00 2001 From: Juan Cruz Fortunatti Date: Fri, 18 Sep 2026 22:28:34 +0200 Subject: [PATCH] ci: check out the Daimon provenance fixture the source build needs --- .github/workflows/publish.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e00e054..69ab2cb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,9 +74,21 @@ jobs: - name: Build run: npm run build + - name: Check out Daimon provenance fixture + uses: actions/checkout@v4 + with: + repository: noopolis/daimon + path: daimon-fixture + - name: Verify Git-free offline linux/amd64 source build + env: + SPAWNFILE_TEST_DAIMON_SOURCE: ${{ github.workspace }}/daimon-fixture run: npm run test:source-provenance-docker + - name: Remove Daimon provenance fixture + if: always() + run: rm -rf -- daimon-fixture + - name: Check out Moltnet provenance fixture uses: actions/checkout@v4 with: