Skip to content

Commit

Permalink
Merge branch 'refactor/directory-structure' into issue/14-website
Browse files Browse the repository at this point in the history
  • Loading branch information
feselene committed Oct 10, 2024
2 parents a5e3acd + eaa4042 commit 5d55f71
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 5d55f71

Please sign in to comment.