Skip to content

Commit

Permalink
[GHA] install colima
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Sep 25, 2023
1 parent 190226f commit b8160bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- name: Start colima a docker runtime for MacOs
run: |
brew install docker
brew install colima
colima start
- name: Run encointer-node
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ios_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
- name: Start colima a docker runtime for MacOs
run: |
brew install docker
brew install colima
colima start
- name: Run encointer-node
Expand Down

0 comments on commit b8160bc

Please sign in to comment.