Skip to content

Commit

Permalink
fix: docker volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Feb 8, 2024
1 parent fd85e66 commit 5787079
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ jobs:
# uses: docker-practice/[email protected]
# timeout-minutes: 30

- name: Docker version
run: docker --version
# - name: Docker version
# run: docker --version

- name: Docker version
run: ls docker
# - name: Docker version
# run: ls docker

- name: Docker volume
run: docker volume ls

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

0 comments on commit 5787079

Please sign in to comment.