Skip to content

Commit 0137ff3

Browse files
committed
Unset GITHUB_ACTION envvar on unittests
1 parent abae191 commit 0137ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323

2424
- name: Run tests
2525
run: |
26+
unset GITHUB_ACTION
2627
oj-verify -h
2728
python setup.py test
2829
shell: bash

0 commit comments

Comments
 (0)