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