Skip to content

Commit 9bb2390

Browse files
committed
why do I need colima again
1 parent b886003 commit 9bb2390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- name: Validate Gradle Wrapper
4444
uses: gradle/wrapper-validation-action@v1
4545
- name: Set up Docker
46-
run: brew install docker docker-compose colima
47-
- name: Start Colima
48-
run: colima start
46+
run: brew install docker docker-compose
47+
# - name: Start Colima
48+
# run: colima start
4949
- name: Start Docker containers
5050
run: dev/up
5151
- name: Gradle Run Integration Tests

0 commit comments

Comments
 (0)