From eeaee4409cd78b8c075f9a822685297fabc414db Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 9 Feb 2024 12:08:11 -0500 Subject: [PATCH] revert swap --- .github/workflows/check-api-for-breaking-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-api-for-breaking-changes.yml b/.github/workflows/check-api-for-breaking-changes.yml index 9548bd6618..f6acd084cd 100644 --- a/.github/workflows/check-api-for-breaking-changes.yml +++ b/.github/workflows/check-api-for-breaking-changes.yml @@ -41,7 +41,7 @@ jobs: run: timeout 60s sh -c 'until docker ps | grep infisical-api | grep -q healthy; do echo "Waiting for container to be healthy..."; sleep 2; done' - name: Get changes made in API id: openapi-diff - run: openapi-diff http://localhost:4000/api/docs/json https://app.infisical.com/api/docs/json + run: openapi-diff https://app.infisical.com/api/docs/json http://localhost:4000/api/docs/json - name: cleanup run: | docker-compose -f "docker-compose.pg.yml" down