Skip to content

Commit e279ef3

Browse files
fingers crossed
1 parent 2585365 commit e279ef3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,23 @@ jobs:
3333
ROOTPATH: '/tmp/hdb'
3434
OPERATIONSAPI_NETWORK_PORT: 9925
3535
LOGGING_LEVEL: 'debug'
36+
THREADS_COUNT: 1
37+
THREADS_DEBUG: false
3638
run: harperdb install
3739

3840
- name: Add prebuilt flag to config
3941
run: yq e '.["@harperdb/nextjs"].prebuilt = true' -i config.yaml
4042

4143
- name: Build project
4244
run: npm run build
45+
46+
- name: Upload HarperDB logs
47+
if: always()
48+
uses: actions/upload-artifact@v4
49+
with:
50+
name: harperdb-logs
51+
path: /tmp/hdb/log/hdb.log
52+
retention-days: 7
4353

4454
- name: Deploy
4555
env:

0 commit comments

Comments
 (0)