Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Dec 10, 2023
1 parent ea4775a commit 36f0a19
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ jobs:
with:
fetch-depth: 1

- name: Setup Docker Colima 1
uses: limpbrains/setup-docker-macos-action@48929bfd0b688ddb9e259c8ed1efb12ba3db863c
id: docker1
continue-on-error: true
with:
lima: v0.18.0
colima: v0.5.6
colima-params: --vm-type=vz --vz-rosetta

- name: Setup Docker Colima 2
if: steps.docker1.outcome != 'success'
uses: limpbrains/setup-docker-macos-action@48929bfd0b688ddb9e259c8ed1efb12ba3db863c
id: docker2
continue-on-error: true
with:
lima: v0.18.0
colima: v0.5.6
# - name: Setup Docker Colima 1
# uses: limpbrains/setup-docker-macos-action@48929bfd0b688ddb9e259c8ed1efb12ba3db863c
# id: docker1
# continue-on-error: true
# with:
# lima: v0.18.0
# colima: v0.5.6
# colima-params: --vm-type=vz --vz-rosetta

# - name: Setup Docker Colima 2
# if: steps.docker1.outcome != 'success'
# uses: limpbrains/setup-docker-macos-action@48929bfd0b688ddb9e259c8ed1efb12ba3db863c
# id: docker2
# continue-on-error: true
# with:
# lima: v0.18.0
# colima: v0.5.6

- name: Setup Docker Default
if: steps.docker1.outcome != 'success' && steps.docker2.outcome != 'success'
Expand Down

0 comments on commit 36f0a19

Please sign in to comment.