Skip to content
Snippets Groups Projects
Commit 8745a15e authored by capossele's avatar capossele
Browse files

:white_check_mark: updates github workflow

parent 8b1d7757
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,11 @@ jobs:
- name: Build GoShimmer image
run: docker build -t iotaledger/goshimmer .
- name: Pull drand image
run: docker pull angelocapossele/drand:latest
- name: Run integration tests
run: docker pull angelocapossele/drand:latest & docker-compose -f tools/integration-tests/tester/docker-compose.yml up --abort-on-container-exit --exit-code-from tester --build
run: docker-compose -f tools/integration-tests/tester/docker-compose.yml up --abort-on-container-exit --exit-code-from tester --build
- name: Create logs from tester
if: always()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment