Skip to content

Commit

Permalink
Add cannon smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jun 7, 2024
1 parent 07b48c8 commit cbd501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cannon-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
EOF
- name: Start Xatu cannon
run: |
docker run -d --network --name xatu-cannon -v /tmp/cannon_config.yaml:/etc/xatu/config.yaml ethpandaops/xatu:local cannon --config /etc/xatu/config.yaml
docker run -d --network xatu-net --name xatu-cannon -v /tmp/cannon_config.yaml:/etc/xatu/config.yaml ethpandaops/xatu:local cannon --config /etc/xatu/config.yaml
- name: Verify Clickhouse has data from all sentries
timeout-minutes: 10
run: |
Expand Down

0 comments on commit cbd501b

Please sign in to comment.