Skip to content

Commit

Permalink
Merge pull request #10 from uw-it-aca/feature/test-steps
Browse files Browse the repository at this point in the history
fix env context
  • Loading branch information
jlaney authored Jan 20, 2021
2 parents 9f931a1 + 158d76b commit 6152e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/django-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
coverage run --source=${APP_NAME}/ manage.py test ${APP_NAME}
- name: Report Test Coverage
if: matrix.django-version == COVERAGE_DJANGO_VERSION
if: matrix.django-version == env.COVERAGE_DJANGO_VERSION
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
Expand Down

0 comments on commit 6152e2c

Please sign in to comment.