From b9e9dc78245c3f89a393d94473b021ad8d999cf2 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 3 Sep 2024 01:44:47 -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 74070158c390ff257efccf6ca5fc9f7c44ace85e..408fceb1fa5164db877b834e4ea49ea3ade93101 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -42,3 +42,4 @@ jobs: - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep + - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 77994fd665338136400b0c5551333aff6fcc55c0..2d30cc049bf2397cf5b9697a5efebec6ff6eb0a6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -47,6 +47,7 @@ jobs: - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep + - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep # Github Release - run: ./changelog.sh diff --git a/test_repo_all.sh b/test_repo_all.sh index 9eecc00ae14f007d4ae8bd31b2b395aeb1b185cf..7b4af4c2b05325b9a15bbe83ff163494c57dcf5f 100755 --- a/test_repo_all.sh +++ b/test_repo_all.sh @@ -7,3 +7,4 @@ set -ex ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep +./test_repo.sh https://github.com/nektro/zigmod-test-local-dep -- 2.54.0