This commit is contained in:
hatim boufnichel 2024-04-25 19:04:38 +02:00
parent e0cd5a147a
commit bfd3ca79c1
2 changed files with 4 additions and 0 deletions

View file

@ -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

Binary file not shown.