Skip to content

Commit

Permalink
add git branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Rowe authored and Josh Rowe committed Nov 2, 2019
1 parent 2595682 commit ca313c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.github_token }}
COVERALLS_SERVICE_NAME: github
COVERALLS_GIT_BRANCH: ${GITHUB_REF}
COVERALLS_GIT_COMMIT: ${GITHUB_SHA}
run: |
pip install pytest pytest-cov poetry boto3 moto coveralls
poetry install
Expand Down

0 comments on commit ca313c4

Please sign in to comment.