Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Apply Hasura Metadata | |
on: | |
push: | |
jobs: | |
update_hasura: | |
name: Update Hasura Configuration based on any metadata changes | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Apply Hasura metadata | |
run: | | |
cd packages/hasura | |
bun run set-metadata |