Skip to content

Commit

Permalink
[ci] Call run_sample
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo committed Jan 17, 2025
1 parent 7b3f089 commit f73a00c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ jobs:
run: |
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ı'
cd "Samples/Beyond.NET.Sample.C"
./run_sample
- name: build Go sample (Linux)
if: "success() && matrix.env.OS == 'linux'"
Expand Down

0 comments on commit f73a00c

Please sign in to comment.