Skip to content

Commit

Permalink
Merge branch 'refactor/directory-structure' into feature/dynamic-comm…
Browse files Browse the repository at this point in the history
…and-aliases
  • Loading branch information
feselene committed Oct 10, 2024
2 parents 0615bb1 + eaa4042 commit b7d4cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cd src/Core
dotnet run -- gendefaultconfig --outfile=config.json
dotnet publish -c Release
timeout --preserve-status -k1 3 dotnet ../artifacts/publish/Core/release/Core.dll start -m dummy || exit_code=$?
timeout --preserve-status -k1 3 dotnet ../artifacts/publish/Core/release/runtimes/Core.dll start -m dummy || exit_code=$?
if [ $exit_code -ne 143 ]; then
echo "expected exit code 143, which means the program handled SIGTERM, but got $exit_code"
exit 1
Expand Down

0 comments on commit b7d4cd6

Please sign in to comment.