Skip to content

Commit 6b6e7c2

Browse files
committed
Refactor GitHub Actions workflow for Colima setup
- Removed unnecessary sleep command and adjusted Colima service start command for improved efficiency.
1 parent fc7bc63 commit 6b6e7c2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/gbf_vector.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
run: |
3232
brew install --cask docker
3333
brew install colima
34-
colima start --cpu 4 --memory 16 --disk 100
35-
brew services restart colima
36-
sleep 10
34+
brew services start colima
3735
3836
- name: Set up DOCKER_HOST as output
3937
id: docker-env

0 commit comments

Comments
 (0)