From 09cabe1b2b8185f721fe8065ef1413dd6c1edf53 Mon Sep 17 00:00:00 2001 From: Nial <48334675+nmcc1212@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:43:23 +0000 Subject: [PATCH] Add tests for users endpoint to GH Action --- .github/workflows/postman.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/postman.yml b/.github/workflows/postman.yml index bdd3e39..67db1c1 100644 --- a/.github/workflows/postman.yml +++ b/.github/workflows/postman.yml @@ -18,6 +18,9 @@ jobs: tags: tag:ci - name: Login to Postman CLI run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }} - - name: Run API tests + - name: Run posts tests run: | - postman collection run 32854919-ced710d2-8af1-4f36-bdc1-027dce3c78af -i 32854919-68fb46d3-8dcf-4965-ae19-063315b21e38 \ No newline at end of file + postman collection run 32854919-ced710d2-8af1-4f36-bdc1-027dce3c78af -i 32854919-68fb46d3-8dcf-4965-ae19-063315b21e38 + - name: run users tests + run: | + postman collection run 32854919-ced710d2-8af1-4f36-bdc1-027dce3c78af -i 32854919-df352302-1081-4e05-beb5-b6e62127eb13 \ No newline at end of file