authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-01 15:29:23 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-01 15:29:23 -07:00
log61403fb66c9687b7379e5f668656f66fe19a30b6
treeb6b50a49074e485fc7dcf64f01312d783f76070a
parentc9893919a300373d0040263aae8bb665302fd323

add another test repo


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

.github/workflows/nightly.yml+1
......@@ -40,3 +40,4 @@ jobs:
4040 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic
4141 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
4242 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
43 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
.github/workflows/push.yml+1
......@@ -45,6 +45,7 @@ jobs:
4545 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic
4646 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
4747 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
48 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
4849
4950 # Github Release
5051 - run: ./changelog.sh
test_repo_all.sh+1
......@@ -5,3 +5,4 @@ set -ex
55./test_repo.sh https://github.com/nektro/zigmod-test-basic
66./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
77./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
8./test_repo.sh https://github.com/nektro/zigmod-test-http-dep