Skip to content

fix(hermes): swagger/graphql parsers not pulling related db schema ty… #291

fix(hermes): swagger/graphql parsers not pulling related db schema ty…

fix(hermes): swagger/graphql parsers not pulling related db schema ty… #291

Workflow file for this run

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