Skip to content

Commit

Permalink
friendbot tests assumed horizon when local, but needs to be explicit …
Browse files Browse the repository at this point in the history
…enabled now
  • Loading branch information
sreuland committed Jul 5, 2024
1 parent 77c9ffb commit 837677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
go run test_horizon_ingesting.go
curl http://localhost:8000
- name: Run friendbot test
if: ${{ matrix.network == 'local' }}
if: ${{ matrix.horizon && matrix.network == 'local' }}
run: |
docker logs stellar -f &
echo "supervisorctl tail -f friendbot" | docker exec -i stellar sh &
Expand Down

0 comments on commit 837677e

Please sign in to comment.