swap src des

This commit is contained in:
Maidul Islam
2024-02-09 12:01:21 -05:00
parent 70e083bae0
commit 8d457bb0bf

View File

@ -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 https://app.infisical.com/api/docs/json http://localhost:4000/api/docs/json
run: openapi-diff http://localhost:4000/api/docs/json https://app.infisical.com/api/docs/json
- name: cleanup
run: |
docker-compose -f "docker-compose.pg.yml" down