Skip to content

Commit

Permalink
Merge pull request #2964 from SeedCompany/dev-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF authored Nov 15, 2023
2 parents 0946a6a + bb14808 commit e0565a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/edgedb-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ runs:
- name: Setup EdgeDB
uses: edgedb/setup-edgedb@v1

- run: edgedb migrate --dev-mode
shell: bash

- name: Generate EdgeDB TS files
shell: bash
run: yarn edgedb:gen
12 changes: 12 additions & 0 deletions .github/workflows/edgedb-schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: EdgeDB Schema
on:
pull_request:

jobs:
clean:
name: Migration In Sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: edgedb/setup-edgedb@v1
- run: edgedb migration status

0 comments on commit e0565a6

Please sign in to comment.