Skip to content

Commit

Permalink
Update CI (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchpaulus authored Oct 28, 2023
1 parent 2859e09 commit e9a5f13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ jobs:
run: dotnet test test --no-build --verbosity normal
- name: Test documentation code samples
run: |
PATH=~/work/neobem/neobem/src/bin/Debug/net7.0/linux-x64:"$PATH"
find "$PWD" -name nbem
PATH="$(dirname "$(find "$PWD" -name nbem | head -n 1)")":"$PATH"
echo "PATH:"
echo "$PATH"
./do doc/code_samples/test

0 comments on commit e9a5f13

Please sign in to comment.