Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood committed Nov 21, 2024
1 parent e64e534 commit ebb2cd3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,22 @@ jobs:
--HDB_ADMIN_USERNAME ${{ env.HDB_ADMIN_USERNAME }} \
--HDB_ADMIN_PASSWORD ${{ env.HDB_ADMIN_PASSWORD }} \
--ROOTPATH ${{ env.HDB_ROOT_PATH }} \
--OPERATIONSAPI_NETWORK_PORT 9925
--OPERATIONSAPI_NETWORK_PORT 9925 \
--LOGGING_STDSTREAMS true
sleep 15
harperdb stop
- name: Load Base Component
run: |
ls .
cp -r test/integration/harperdb-base-component ${{ env.HDB_ROOT_PATH }}/components/
- name: Start HarperDB
run: |
harperdb start
harperdb restart
sleep 15
- name: Query
run: |
curl http://localhost:9926/Dog/0
curl "http://localhost:9926/Dog/0"
- name: Stop HarperDB
run: |
Expand Down

0 comments on commit ebb2cd3

Please sign in to comment.