authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-08-18 03:11:55 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-08-18 03:11:55 -07:00
loge0f875fb6911336dd8fb31eadca69e55b88e6fef
tree2814c04eb1fafde840ac163f78914b2f9b3617b6
parent1b86e37a909882a2dede42f083dfb6fdbaa80cf8

add another test repo


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

.github/workflows/nightly.yml+1
...@@ -38,3 +38,4 @@ jobs:...@@ -38,3 +38,4 @@ jobs:
38 - run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite38 - run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite
3939
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-dep
.github/workflows/push.yml+1
...@@ -43,6 +43,7 @@ jobs:...@@ -43,6 +43,7 @@ jobs:
43 - run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite43 - run: ./zig-out/bin/zigmod aq add 1/vrischmann/sqlite
4444
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-dep
4647
47 # Github Release48 # Github Release
48 - run: ./changelog.sh49 - run: ./changelog.sh
test_repo_all.sh+1
...@@ -3,3 +3,4 @@...@@ -3,3 +3,4 @@
3set -ex3set -ex
44
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-dep