Skip to content

Commit 28b35c3

Browse files
committed
Confirm seed scripts on CI
1 parent 4218b98 commit 28b35c3

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

.github/workflows/edgedb-schema.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/edgedb.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: EdgeDB
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
Clean:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: Node Setup & Yarn Install
11+
uses: ./.github/actions/setup
12+
13+
- uses: edgedb/setup-edgedb@v1
14+
15+
- name: Schema Migrations In Sync
16+
run: edgedb migration status
17+
18+
- name: Validate seed scripts are error free
19+
run: yarn edgedb:seed
20+
shell: bash

0 commit comments

Comments
 (0)