Skip to content

Commit

Permalink
feat: run e2e tests on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Feb 5, 2024
1 parent 2c3ccb6 commit 1467c87
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@ jobs:
with:
fetch-depth: 1

- name: Setup Buildcache
uses: mikehardy/buildcache-action@v2
# - name: Setup Buildcache
# uses: mikehardy/buildcache-action@v2

- name: Setup Docker Colima 1
uses: limpbrains/setup-docker-macos-action@e4216b347f8992aa26308d9a0a43216f4386b278
id: docker1
continue-on-error: true
with:
lima: v0.18.0
colima: v0.5.6

- name: Setup Docker Colima 2
if: steps.docker1.outcome != 'success'
uses: limpbrains/setup-docker-macos-action@e4216b347f8992aa26308d9a0a43216f4386b278
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@e4216b347f8992aa26308d9a0a43216f4386b278
# id: docker1
# continue-on-error: true
# with:
# lima: v0.18.0
# colima: v0.5.6

# - name: Setup Docker Colima 2
# if: steps.docker1.outcome != 'success'
# uses: limpbrains/setup-docker-macos-action@e4216b347f8992aa26308d9a0a43216f4386b278
# 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'
uses: docker-practice/[email protected]
timeout-minutes: 30
# - name: Setup Docker Default
# if: steps.docker1.outcome != 'success' && steps.docker2.outcome != 'success'
# uses: docker-practice/[email protected]
# timeout-minutes: 30

- name: Run regtest setup
run: cd docker && mkdir lnd && chmod 777 lnd && docker-compose up --quiet-pull -d
Expand Down

0 comments on commit 1467c87

Please sign in to comment.