From a4c1acbc7f580f92c804c0cf0d390a00282eab96 Mon Sep 17 00:00:00 2001 From: rzadp Date: Tue, 10 Sep 2024 14:03:35 +0200 Subject: [PATCH] debug --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec8e8f4..1ab68b7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -81,6 +81,8 @@ jobs: && exit 1 || exit 0 # We expected it to fail because there are some copy-paste errors. + cat out.txt + grep -q 'Product mismatch' ./out.txt grep -q 'Expected "Polkadot", detected "Cumulus" in line:' ./out.txt working-directory: polkadot