Skip to content

Commit

Permalink
revert swap
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 9, 2024
1 parent 8d457bb commit eeaee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-api-for-breaking-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeaee44

Please sign in to comment.