authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-08-18 03:17:51 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-08-18 03:17:51 -07:00
logc9893919a300373d0040263aae8bb665302fd323
treebef3961f132db5b8b6b2f66e0fa3a36df9859108
parente0f875fb6911336dd8fb31eadca69e55b88e6fef

add another test repo


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

.github/workflows/nightly.yml+1
......@@ -39,3 +39,4 @@ jobs:
3939
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
42 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
.github/workflows/push.yml+1
......@@ -44,6 +44,7 @@ jobs:
4444
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
47 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep
4748
4849 # Github Release
4950 - run: ./changelog.sh
test_repo_all.sh+1
......@@ -4,3 +4,4 @@ set -ex
44
55./test_repo.sh https://github.com/nektro/zigmod-test-basic
66./test_repo.sh https://github.com/nektro/zigmod-test-git-dep
7./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep