Skip to content

Commit

Permalink
test: gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 23, 2024
1 parent f343511 commit 347dd4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:
run: |
set -x
echo $PATH
export PATH=`echo $PATH | tr ":" "\n" | grep -v "dotnet-runtime-6" | tr "\n" ":"`
dotnet --info
bash test.sh
cd ./test/cs-stub
dotnet build
dotnet test ConversionsTest/ConversionsTest.csproj
# build:
# strategy:
Expand Down

0 comments on commit 347dd4a

Please sign in to comment.