Skip to content

Commit

Permalink
HARMONY-1573: Pull down old docker images made things worse.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Nov 18, 2023
1 parent a6dc584 commit 7838d34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/harmony-in-a-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
brew install kubectl
colima start --cpu 3 --memory 12 --with-kubernetes
- name: Pull down basic harmony docker images
run: bin/pull-harmony-images

- name: Install dependencies
run: npm ci

Expand All @@ -43,6 +40,9 @@ jobs:
- name: Start harmony in a box
run: KUBE_CONTEXT=colima bin/bootstrap-harmony

- name: debug pods 00
run: kubectl -n harmony get pods

- name: Wait 30s for the server to start
run: sleep 30

Expand Down

0 comments on commit 7838d34

Please sign in to comment.