From bbe62e9c4cbf50b0e456f0326b56815a6bb5ddd4 Mon Sep 17 00:00:00 2001 From: dfeldick Date: Mon, 13 May 2024 10:03:21 -0700 Subject: [PATCH] APIGOV-27565 - fix test workflow names --- .github/workflows/run-da-tests.yml | 2 +- .github/workflows/run-ta-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-da-tests.yml b/.github/workflows/run-da-tests.yml index 145e210..d60a9ea 100644 --- a/.github/workflows/run-da-tests.yml +++ b/.github/workflows/run-da-tests.yml @@ -1,5 +1,5 @@ # This action is shared by workflows that want to run the unit tests -name: Test the agents +name: Test the discovery agent on: workflow_call diff --git a/.github/workflows/run-ta-tests.yml b/.github/workflows/run-ta-tests.yml index c120cb3..14f6df6 100644 --- a/.github/workflows/run-ta-tests.yml +++ b/.github/workflows/run-ta-tests.yml @@ -1,5 +1,5 @@ # This action is shared by workflows that want to run the unit tests -name: Test the agents +name: Test the traceability agent on: workflow_call