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 4c12054 commit 7c6e48d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cannon-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,9 @@ jobs:
echo -e "${color}######################${no_color}"
}
print_logs() {
for container in $(docker ps --filter name=$1 --format "{{.Names}}"); do
echo "Logs for $container:\n\n"
docker logs --tail 5 $container
done
print_logs() {]
echo "Logs for $container:\n\n"
docker logs --tail 5 $container
}
# Check for any data in the tables before digging in to the individual sentries
Expand Down

0 comments on commit 7c6e48d

Please sign in to comment.