Compare commits

...

2 commits

Author SHA1 Message Date
Stephen Seo 107c1094c9 Merge branch 'master' into cxx17
Some checks are pending
Run UnitTests / build-and-run-unittests (push) Waiting to run
2024-01-20 18:00:53 +09:00
Stephen Seo 654ddac943 Enable another act runner for unit tests
Some checks are pending
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s
Run UnitTests / build-and-run-unittests (push) Waiting to run
2024-01-20 18:00:25 +09:00

View file

@ -6,7 +6,7 @@ on:
jobs:
build-and-run-unittests:
runs-on: archLinux
runs-on: [selfOldArchLinux, archLinux]
steps:
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/EntityComponentMetaSystem.git ECMS
- run: cd ECMS && git checkout $GITHUB_REF_NAME