3 files changed, 3 insertions(+), 0 deletions(-)
.github/workflows/nightly.yml+1
| ... | ... | @@ -40,3 +40,4 @@ jobs: |
| 40 | 40 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 41 | 41 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 42 | 42 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep |
| 43 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |
.github/workflows/push.yml+1
| ... | ... | @@ -45,6 +45,7 @@ jobs: |
| 45 | 45 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 46 | 46 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 47 | 47 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep |
| 48 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |
| 48 | 49 | |
| 49 | 50 | # Github Release |
| 50 | 51 | - run: ./changelog.sh |
test_repo_all.sh+1
| ... | ... | @@ -5,3 +5,4 @@ set -ex |
| 5 | 5 | ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 6 | 6 | ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 7 | 7 | ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep |
| 8 | ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |