Skip to content

Commit

Permalink
Update func_tests.yml
Browse files Browse the repository at this point in the history
Trying another tmpdir
  • Loading branch information
ACEnglish authored May 19, 2024
1 parent 41dfa52 commit 870fac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/func_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python3 -m pip install .
- name: Running ssshtest
run: |
TMPDIR=/tmp bash repo_utils/truvari_ssshtests.sh
TMPDIR=`pwd` bash repo_utils/truvari_ssshtests.sh
- name: Uploading coverage
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 870fac3

Please sign in to comment.