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