authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 01:44:47 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 01:44:47 -07:00
logb9e9dc78245c3f89a393d94473b021ad8d999cf2
treeafe622f0a58a67d4d9d263acf973516a0206adfb
parenteecd2494c339e7dab2bdf312a0c69d2003b0bd6e

add another test repo


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

.github/workflows/nightly.yml+1
......@@ -42,3 +42,4 @@ jobs:
4242 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
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
45 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
.github/workflows/push.yml+1
......@@ -47,6 +47,7 @@ jobs:
4747 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
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
50 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
5051
5152 # Github Release
5253 - run: ./changelog.sh
test_repo_all.sh+1
......@@ -7,3 +7,4 @@ set -ex
77./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
88./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
99./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep
10./test_repo.sh https://github.com/nektro/zigmod-test-local-dep