Skip to content

Commit

Permalink
ci: wait for mixnet to start rather than sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
xendarboh committed Jun 12, 2024
1 parent 1327b45 commit 81195c3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,15 @@ jobs:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure podman socket
run: |
sudo systemctl restart dbus && sudo systemctl enable --now podman.socket
- name: Build and start the mixnet
run: |
cd docker && sudo -E make start
- name: Allow mixnet to settle
run: |
sleep 240
cd docker && sudo -E make start wait
- name: run ping
run: cd docker && sudo -E make run-ping
Expand Down

0 comments on commit 81195c3

Please sign in to comment.