From b889d28557beeeb7c1440ca298a89756d6cd5361 Mon Sep 17 00:00:00 2001 From: Cannon Whitney <51037661+Accommodus@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:54:45 -0500 Subject: [PATCH] Rename job to 'api-tests' for clarity --- .github/workflows/postman_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/postman_tests.yml b/.github/workflows/postman_tests.yml index 9a027b3..ef1df0f 100644 --- a/.github/workflows/postman_tests.yml +++ b/.github/workflows/postman_tests.yml @@ -7,7 +7,8 @@ on: workflow_dispatch: jobs: - newman: + api-tests: + name: API Integration Tests (Postman) runs-on: ubuntu-latest services: mongo: