Skip to content

Commit f73a00c

Browse files
committed
[ci] Call run_sample
1 parent 7b3f089 commit f73a00c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,11 @@ jobs:
6464
run: |
6565
cd Samples/Beyond.NET.Sample.C
6666
./build_${{ matrix.env.SCRIPT_SUFFIX }}
67-
68-
# TODO: Verify that transform actually returns the expected result
67+
6968
- name: run C sample
7069
run: |
71-
cd "Samples/Beyond.NET.Sample.C/bin"
72-
./transform 'abc123üiı'
70+
cd "Samples/Beyond.NET.Sample.C"
71+
./run_sample
7372
7473
- name: build Go sample (Linux)
7574
if: "success() && matrix.env.OS == 'linux'"

0 commit comments

Comments
 (0)