Skip to content

Commit

Permalink
Check if chainspecs made it inside the container
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov authored and beqaabu committed Jul 26, 2024
1 parent 1471f38 commit 1bf4179
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
docker exec creditcoin-validator which creditcoin
docker exec creditcoin-validator creditcoin wizard --help
- name: Sanity check for chainspecs inside the container
run: |
for f in chainspecs/*.json; do
spec=$(basename "$f")
docker exec creditcoin-validator ls -l "/$spec"
done
- name: Collect docker logs
if: always()
run: |
Expand Down

0 comments on commit 1bf4179

Please sign in to comment.