Skip to content

Commit

Permalink
add || true
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood committed Nov 21, 2024
1 parent 3a54320 commit f4e6afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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 || true
harperdb stop
- name: Load Base Component
Expand Down

0 comments on commit f4e6afe

Please sign in to comment.