From bd59b9fd7c9c1096f1ff9fdd051b1d5d99410e19 Mon Sep 17 00:00:00 2001 From: Gabriel Barberini Date: Mon, 2 Oct 2023 12:02:19 -0300 Subject: [PATCH] Delete .github/workflows/postman_ci.yml postman ci is not working as expected, so its better to cut it off for now --- .github/workflows/postman_ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/postman_ci.yml diff --git a/.github/workflows/postman_ci.yml b/.github/workflows/postman_ci.yml deleted file mode 100644 index 69535fd..0000000 --- a/.github/workflows/postman_ci.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Functional Tests - -on: push - -jobs: - automated-api-tests: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Install Postman CLI - run: | - curl -o- "https://dl-cli.pstmn.io/install/linux64.sh" | sh - - name: Login to Postman CLI - run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }} - - name: Run API tests - run: | - postman collection run "29631298-00c970b2-c429-4ecd-a1f7-de23aa286d10" -e "29631298-9ca4a2d8-e588-4dd1-ba8b-f182f8b16547"