mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
fix: breaking changes check
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -19,6 +19,8 @@ const sanitizedSlackIntegrationSchema = WorkflowIntegrationsSchema.pick({
|
||||
})
|
||||
);
|
||||
|
||||
// test change
|
||||
|
||||
export const registerSlackRouter = async (server: FastifyZodProvider) => {
|
||||
const appCfg = getConfig();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user