File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments