Skip to content

Commit

Permalink
Merge pull request #264 from michaelklishin/mk-fix-actions
Browse files Browse the repository at this point in the history
Actions: try waiting for node startup
  • Loading branch information
michaelklishin committed Apr 4, 2023
2 parents 6392711 + 9fa05fc commit db0877e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
go-version: ${{ matrix.go }}
- name: Print Go version
run: go version
- name: Wait for node to start booting
run: sleep 15
- name: Configure broker
run: RABBITHOLE_RABBITMQCTL=DOCKER:${{job.services.rabbitmq.id}} bin/ci/before_build.sh
- name: Run tests
Expand Down

0 comments on commit db0877e

Please sign in to comment.