fix: breaking changes check

This commit is contained in:
Daniel Hougaard
2025-03-05 22:17:16 +04:00
parent e351a16b5a
commit b331a4a708
2 changed files with 5 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ jobs:
if [ $HEALTHY -ne 1 ]; then
echo "Container did not become healthy in time"
echo "Container logs:"
docker logs infisical-api
exit 1
fi
- name: Install openapi-diff

View File

@@ -19,6 +19,8 @@ const sanitizedSlackIntegrationSchema = WorkflowIntegrationsSchema.pick({
})
);
// test change
export const registerSlackRouter = async (server: FastifyZodProvider) => {
const appCfg = getConfig();