Skip to content

Commit

Permalink
HARMONY-1573: Fixed syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Nov 17, 2023
1 parent 9a0eaf6 commit cc1e204
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/harmony-in-a-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ jobs:
- name: Build all other images
run: npm run build-all

- name: list images
run: docker images

- name: Start harmony in a box
run: KUBE_CONTEXT=colima bin/bootstrap-harmony

- name: Check if harmony server is up
id: curl
run: |
HTTP_STATUS=$(curl -I -s -o /dev/null -w "%{http_code}" "http://localhost:3000")
echo "harmony server status code: $HTTP_STATUS"
Expand Down

0 comments on commit cc1e204

Please sign in to comment.