-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd85e66
commit 5787079
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|