Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Sep 15, 2023
1 parent 54c570d commit d622014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

runs-on: ${{ matrix.os }}
env:
MOUNT_DIR: "./blob_mnt"
TEMP_DIR: "./cloudfuse_tmp"
MOUNT_DIR: "$HOME/blob_mnt"
TEMP_DIR: "$HOME/cloudfuse_tmp"
WORK_DIR: "."
cloudfuse_ADLS_CFG: "./cloudfuse.adls.yaml"
cloudfuse_CFG: "./cloudfuse.yaml"
Expand Down

0 comments on commit d622014

Please sign in to comment.