authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 02:04:07 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 02:04:07 -07:00
log25a046c27248b925e38c8ef4e2dd62c9d96f0ded
tree4a89594fc75b1e0b614934ee2bfb82bb5ef2ff92
parentb9e9dc78245c3f89a393d94473b021ad8d999cf2

add another test repo


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

.github/workflows/nightly.yml+1
...@@ -43,3 +43,4 @@ jobs:...@@ -43,3 +43,4 @@ jobs:
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-dep45 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
46 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code
.github/workflows/push.yml+1
...@@ -48,6 +48,7 @@ jobs:...@@ -48,6 +48,7 @@ jobs:
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-dep50 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
51 - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code
5152
52 # Github Release53 # Github Release
53 - run: ./changelog.sh54 - run: ./changelog.sh
test_repo_all.sh+1
...@@ -8,3 +8,4 @@ set -ex...@@ -8,3 +8,4 @@ set -ex
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-dep10./test_repo.sh https://github.com/nektro/zigmod-test-local-dep
11./test_repo.sh https://github.com/nektro/zigmod-test-c-code