Skip to content

Commit

Permalink
build: add sleep after localnet start
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx authored Jun 23, 2023
1 parent 8cedcd9 commit 1822b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
pipx install algokit
algokit -v localnet start
sleep 10 # workaround for slow startup
- name: pytest + coverage
shell: bash
Expand Down

1 comment on commit 1822b22

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit_client_generator
   __main__.py220%1–3
   cli.py47470%1–81
   document.py82890%44, 47, 49–50, 55, 69, 74–75
   generator.py459699%22, 117, 263, 787, 961, 976
   utils.py1081289%24, 41–42, 44, 46, 48, 50, 52, 55–56, 82, 111
TOTAL8307591% 

Tests Skipped Failures Errors Time
36 0 💤 0 ❌ 0 🔥 25.897s ⏱️

Please sign in to comment.