Enable tests on "any_archLinux" act runners
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 15s

This commit is contained in:
Stephen Seo 2024-01-20 19:44:48 +09:00
parent ad933b157b
commit 7636f89c82

View file

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