File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,26 @@ jobs:
2727
2828 - name : Setup Harper
2929 env :
30+ DEFAULTS_MODE : ' dev'
3031 TC_AGREEMENT : ' yes'
3132 HDB_ADMIN_USERNAME : ' admin'
3233 HDB_ADMIN_PASSWORD : ' password'
3334 ROOTPATH : ' /tmp/hdb'
3435 OPERATIONSAPI_NETWORK_PORT : 9925
36+ REPLICATION_HOSTNAME : ' localhost'
3537 LOGGING_LEVEL : ' debug'
3638 LOGGING_STDSTREAMS : true
3739 THREADS_COUNT : 1
3840 THREADS_DEBUG : false
3941 run : harperdb install
4042
41- - name : Deploy data
42- run : |
43- harperdb start
44- sleep 10
45- harperdb deploy project=basic-data package=HarperDB/basic-data-example replicated=true
46- sleep 10
47- harperdb stop
43+ # - name: Deploy data
44+ # run: |
45+ # harperdb start
46+ # sleep 10
47+ # harperdb deploy project=basic-data package=HarperDB/basic-data-example replicated=true
48+ # sleep 10
49+ # harperdb stop
4850
4951 - name : Build project
5052 run : npm run build
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ graphqlSchema:
33' @harperdb/nextjs ' :
44 package : ' @harperdb/nextjs'
55 files : ' *'
6- dev : true
You can’t perform that action at this time.
0 commit comments