Skip to content

fix(grpc-sdk): ConduitSchemaExtension type not exported (#908) #241

fix(grpc-sdk): ConduitSchemaExtension type not exported (#908)

fix(grpc-sdk): ConduitSchemaExtension type not exported (#908) #241

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "modules/chat/**"
- "libraries/grpc-sdk/**"
- "libraries/module-tools/**"
env:
REGISTRY: ghcr.io
jobs:
deploy:
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
name: Build chat
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build conduit chat
run: |
DEV=TRUE make modules/chat