Skip to content

Commit

Permalink
#13 Add CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsken committed Nov 20, 2024
1 parent fe603ac commit 127d4ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
CHECK_DONE_GITHUB_APP_ID: ${{ secrets.CHECK_DONE_GITHUB_APP_ID }}
CHECK_DONE_GITHUB_APP_PRIVATE_KEY: |
${{ secrets.CHECK_DONE_GITHUB_APP_PRIVATE_KEY }}
CHECK_DONE_GITHUB_PROJECT_STATUS_NAME_TO_CHECK: ${{ secrets.CHECK_DONE_GITHUB_PROJECT_STATUS_NAME_TO_CHECK }}
run: |
poetry run pytest --cov=check_done --cov-branch
Expand Down

0 comments on commit 127d4ea

Please sign in to comment.