Compare commits

...

2 commits

Author SHA1 Message Date
Stephen Seo f6fa8a6173 Merge branch 'master' into cxx17
All checks were successful
Run UnitTests / build-and-run-unittests (push) Successful in 14s
2024-01-20 19:21:39 +09:00
Stephen Seo ad933b157b Revert "Enable another act runner for unit tests"
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s
Run UnitTests / build-and-run-unittests (push) Successful in 17s
This reverts commit 654ddac943.
2024-01-20 19:20:40 +09:00

View file

@ -6,7 +6,7 @@ on:
jobs:
build-and-run-unittests:
runs-on: [selfOldArchLinux, archLinux]
runs-on: 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