Skip to content

Commit 58df7f5

Browse files
committed
[ci] Fix Typo, add TODO
1 parent a1dd8fe commit 58df7f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ jobs:
6565
cd Samples/Beyond.NET.Sample.C
6666
./build_${{ matrix.env.SCRIPT_SUFFIX }}
6767
68+
# TODO: Verify that transform actually returns the expected result
6869
- name: run C sample
6970
run: |
7071
cd Samples/Beyond.NET.Sample.C
7172
./bin/transform 'abc123üiı'
72-
ü
73+
7374
- name: build Go sample (Linux)
7475
if: "success() && matrix.env.OS == 'linux'"
7576
run: |

0 commit comments

Comments
 (0)