]> Repositorios git - scryer-prolog.git/commit
Refactor CI Workflow
authorinfogulch <[email protected]>
Thu, 13 Apr 2023 00:15:06 +0000 (19:15 -0500)
committerinfogulch <[email protected]>
Fri, 14 Apr 2023 19:55:49 +0000 (14:55 -0500)
commit5a3e2899dd7d480c195eaf4ad77eac3a9f405a5f
tree14fc240b5adef70d6d17adf5d702069c12dfafa2
parentfc7d98d7488c1538c96b4a1c734be653786209c3
Refactor CI Workflow

* Rename the workflow from Test to CI, since it does more than tests
* Run logtalk tests in a separate job to improve isolation
* Publish all xunit/junit test files as build artifacts to be consumed
  by a separate publishing workflow.
* Add "job summary" feature to show a formatted summary of the test
  results on the job summary status page
* Run the CI job once every Wed to ensure that there are always some
  recent builds on master that haven't expired.
.github/workflows/ci.yml [new file with mode: 0644]
.github/workflows/test.yml [deleted file]