From 61403fb66c9687b7379e5f668656f66fe19a30b6 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 1 Sep 2024 15:29:23 -0700 Subject: [PATCH] add another test repo --- .github/workflows/nightly.yml | 1 + .github/workflows/push.yml | 1 + test_repo_all.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fdcf23b76ebbb82d29745799ca8424d214c82e88..50559e7e131596044c387934d83d51a2d233b6ef 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -40,3 +40,4 @@ jobs: - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep + - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 23f979d1f856b2614d81095e0ce321db5a44aa58..5b934126e6d0a57224984d49d5c5e8a084a3fc2f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -45,6 +45,7 @@ jobs: - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep + - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep # Github Release - run: ./changelog.sh diff --git a/test_repo_all.sh b/test_repo_all.sh index 2d6438b56662df65d930ec5fd677953b5fb238aa..b05acb90fe2c2a6c3988c00c19321d8fa91ba375 100755 --- a/test_repo_all.sh +++ b/test_repo_all.sh @@ -5,3 +5,4 @@ set -ex ./test_repo.sh https://github.com/nektro/zigmod-test-basic ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep +./test_repo.sh https://github.com/nektro/zigmod-test-http-dep -- 2.54.0