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 5d55f71 + fec860f commit 80a18fd
Show file tree
Hide file tree
Showing 2 changed files 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/runtimes/Core.dll start -m dummy || exit_code=$?
timeout --preserve-status -k1 3 dotnet ../../artifacts/publish/Core/release/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
Binary file removed directory_structure.txt
Binary file not shown.

0 comments on commit 80a18fd

Please sign in to comment.