Skip to content

Commit

Permalink
fix: unset MOCKERY_VERSION env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed May 16, 2023
1 parent 6692e36 commit 173120d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:

- name: Run unit tests
run: make test
env:
# This env variable is set automatically by endorama/asdf-parse-tool-versions
# and mockery is picking it up.
MOCKERY_VERSION: ""

- name: Annotate tests
if: always()
Expand Down

0 comments on commit 173120d

Please sign in to comment.