From f6b76aa38416eb73b3fea16f11211f4542d9105f Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Fri, 11 Oct 2024 09:31:27 +0200 Subject: [PATCH] Test Orchestron & Snappy lib --- .github/workflows/test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77a7cdbba..46f8eec17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -485,6 +485,18 @@ jobs: make start make test + test-app-orchestron: + needs: build-debs + uses: "./.github/workflows/test-app.yml" + with: + repo_url: "orchestron-orchestrator/orchestron" + + test-app-snappy: + needs: build-debs + uses: "./.github/workflows/test-app.yml" + with: + repo_url: "actonlang/acton-snappy" + test-app-yang: needs: build-debs uses: "./.github/workflows/test-app.yml"