authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 02:04:07 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 02:04:07 -07:00
log25a046c27248b925e38c8ef4e2dd62c9d96f0ded
tree4a89594fc75b1e0b614934ee2bfb82bb5ef2ff92
parentb9e9dc78245c3f89a393d94473b021ad8d999cf2

add another test repo


3 files changed, 3 insertions(+), 0 deletions(-)

.github/workflows/nightly.yml+1
......@@ -43,3 +43,4 @@ jobs:
4343 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
4444 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep
4545 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
46 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code
.github/workflows/push.yml+1
......@@ -48,6 +48,7 @@ jobs:
4848 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
4949 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep
5050 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
51 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code
5152
5253 # Github Release
5354 - run: ./changelog.sh
test_repo_all.sh+1
......@@ -8,3 +8,4 @@ set -ex
88./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
99./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep
1010./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
11./test_repo.sh https://github.com/nektro/zigmod-test-c-code