Skip to content

Commit

Permalink
Improve naming for the new github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 9, 2024
1 parent 1da00ae commit 193ae59
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- docker-compose

jobs:
docker:
network-test-docker-compose:
name: "Test network with Docker Compose"
timeout-minutes: 30
runs-on: docker
permissions:
Expand All @@ -25,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Start containers
- name: Start containers and initialize network
run: make docker_up && sleep 15

- name: Send proofs batches
Expand All @@ -34,7 +35,8 @@ jobs:
- name: Verify all sent proofs
run: make docker_verify_proof_submission_success

post:
post-cleanup:
name: "Cleanup"
runs-on: docker
needs: docker

Expand Down

0 comments on commit 193ae59

Please sign in to comment.