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:...@@ -42,3 +42,4 @@ jobs:
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-dep43 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
44 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep44 - 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:...@@ -47,6 +47,7 @@ jobs:
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-dep48 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
49 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep49 - 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
51 # Github Release52 # Github Release
52 - run: ./changelog.sh53 - run: ./changelog.sh
test_repo_all.sh+1
...@@ -7,3 +7,4 @@ set -ex...@@ -7,3 +7,4 @@ set -ex
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-dep8./test_repo.sh https://github.com/nektro/zigmod-test-http-dep
9./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep9./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep
10./test_repo.sh https://github.com/nektro/zigmod-test-local-dep