up
This commit is contained in:
parent
e0cd5a147a
commit
bfd3ca79c1
2 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -5,6 +5,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: unzip the file
|
||||||
|
uses: unzip tests/regtestNetwork.zip
|
||||||
|
- name: list files
|
||||||
|
run: ls -la
|
||||||
- name: Build the stack
|
- name: Build the stack
|
||||||
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
|
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
|
||||||
- name: Copy alice cert file
|
- name: Copy alice cert file
|
||||||
|
|
|
||||||
BIN
src/tests/regtestNetwork.zip
Normal file
BIN
src/tests/regtestNetwork.zip
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue