Skip to content

Commit

Permalink
HARMONY-1573: Added build of Harmony image.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Nov 17, 2023
1 parent 67adadd commit 6c6651c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/harmony-in-a-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,18 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build all images
run: |
npm run build-all
docker images
- name: Build harmony
run: npm run build

- 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: Wait for the server to start
run: kubectl -n harmony get pods

Expand Down

0 comments on commit 6c6651c

Please sign in to comment.