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