Skip to content

Commit c268bed

Browse files
i think this should do it
1 parent 5f8d637 commit c268bed

File tree

4 files changed

+4
-27
lines changed

4 files changed

+4
-27
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@ jobs:
3333
ROOTPATH: '/tmp/hdb'
3434
OPERATIONSAPI_NETWORK_PORT: 9925
3535
LOGGING_LEVEL: 'debug'
36+
LOGGING_STDSTREAMS: true
3637
THREADS_COUNT: 1
3738
THREADS_DEBUG: false
3839
run: harperdb install
3940

41+
- name: Deploy data
42+
run: harperdb deploy project=basic-data package=HarperDB/basic-data-example replicated=true
43+
4044
- name: Build project
4145
run: npm run build
4246

config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
graphqlSchema:
2-
files: 'schema.graphql'
3-
dataLoader:
4-
files: 'dogs.json'
51
'@harperdb/nextjs':
62
package: '@harperdb/nextjs'
73
files: '*'

dogs.json

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

schema.graphql

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

0 commit comments

Comments
 (0)