From 58df7f5f94ee1b1589a4d74de58306e792f01836 Mon Sep 17 00:00:00 2001 From: Felix Deimel Date: Fri, 17 Jan 2025 14:31:51 +0100 Subject: [PATCH] [ci] Fix Typo, add TODO --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb8a401..939d495 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,11 +65,12 @@ jobs: cd Samples/Beyond.NET.Sample.C ./build_${{ matrix.env.SCRIPT_SUFFIX }} + # TODO: Verify that transform actually returns the expected result - name: run C sample run: | cd Samples/Beyond.NET.Sample.C ./bin/transform 'abc123üiı' -ü + - name: build Go sample (Linux) if: "success() && matrix.env.OS == 'linux'" run: |