Skip to content

Commit

Permalink
Merge pull request #13 from cisagov/improvement/actions
Browse files Browse the repository at this point in the history
Add missing env variable for test
  • Loading branch information
felddy authored Nov 14, 2019
2 parents 89cea1b + 680008d commit 5856ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ jobs:
- name: Load docker image
run: docker load < dist/image.tar.gz
- name: Run tests
env:
RELEASE_TAG: ${{ github.event.release.tag_name }}
run: pytest

0 comments on commit 5856ba9

Please sign in to comment.