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:...@@ -40,3 +40,4 @@ jobs:
40 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic40 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic
41 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep41 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
42 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep42 - 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:...@@ -45,6 +45,7 @@ jobs:
45 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic45 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic
46 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep46 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
47 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep47 - 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
49 # Github Release50 # Github Release
50 - run: ./changelog.sh51 - run: ./changelog.sh
test_repo_all.sh+1
...@@ -5,3 +5,4 @@ set -ex...@@ -5,3 +5,4 @@ set -ex
5./test_repo.sh https://github.com/nektro/zigmod-test-basic5./test_repo.sh https://github.com/nektro/zigmod-test-basic
6./test_repo.sh https://github.com/nektro/zigmod-test-git-dep6./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
7./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep7./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
8./test_repo.sh https://github.com/nektro/zigmod-test-http-dep