Skip to content

Commit fad9f6f

Browse files
actually run harper
1 parent 9527ef5 commit fad9f6f

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/application-management-integration-tests.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,19 @@ jobs:
8080
THREADS_COUNT: 1
8181
THREADS_DEBUG: false
8282
NODE_HOSTNAME: 'localhost'
83-
run: node --enable-source-maps ./dist/bin/harperdb.js install
83+
run: |
84+
node --enable-source-maps ./dist/bin/harperdb.js install
85+
sleep 10
86+
node --enable-source-maps ./dist/bin/harperdb.js start
8487
8588
- name: Run tests for ${{ matrix.test-dir }}
8689
run: |
87-
node --test integrationTests/applicationManagement/tests/${{ matrix.test-dir }}/${{ matrix.test-dir }}.test.mts
90+
node --test integrationTests/applicationManagement/tests/${{ matrix.test-dir }}/${{ matrix.test-dir }}.test.mts
91+
92+
- name: Upload HarperDB logs
93+
if: always()
94+
uses: actions/upload-artifact@v4
95+
with:
96+
name: harper-application-management-integration-test-logs-${{ matrix.test-dir }}
97+
path: /tmp/hdb/log/hdb.log
98+
retention-days: 7

0 commit comments

Comments
 (0)