Skip to content

Commit

Permalink
fix: docker-compose up -d --quiet-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jan 24, 2024
1 parent 7b00e82 commit aff6c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mocha-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mkdir lnd
mkdir clightning
chmod 777 lnd clightning
docker-compose up -d
docker-compose up -d --quiet-pull
- name: Wait for electrum server
timeout-minutes: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mocha-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mkdir lnd
mkdir clightning
chmod 777 lnd clightning
docker-compose up -d
docker-compose up -d --quiet-pull
- name: Wait for electrum server
timeout-minutes: 2
Expand Down

0 comments on commit aff6c71

Please sign in to comment.