From 53c367ac9429646ec0bb498e5e8fa3daacb0045a Mon Sep 17 00:00:00 2001 From: Lann Martin Date: Sun, 9 Aug 2026 20:26:20 -0400 Subject: [PATCH] CI: the matrix-publish action's results list gains the deltic legs The #36 miss: the aggregate action enumerates results files in ci.yml independently of the justfile's aggregate recipe, and the two new non-optional targets without results entries made its validation fail loud (correctly) on the post-merge run. Same one-line-per-target fix polymorph-websocket needed (their #40 second commit). --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75ccd0e..f28488d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,6 +136,8 @@ jobs: composed-delegated=conformance/driver-ct/results/composed-delegated.jsonl jco-node=conformance/driver-ct/results/jco-node.jsonl jco-node-delegated=conformance/driver-ct/results/jco-node-delegated.jsonl + deltic-deno=conformance/driver-ct/results/deltic-deno.jsonl + deltic-deno-delegated=conformance/driver-ct/results/deltic-deno-delegated.jsonl jco-browser=conformance/driver-ct/results/jco-browser.jsonl jco-browser-delegated=conformance/driver-ct/results/jco-browser-delegated.jsonl summary-title: Conformance matrix