Skip to content

Commit

Permalink
try again with cleanup and disable abilab reports
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 8, 2022
1 parent 543154d commit b26ce22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ jobs:
results_dir=/tmp/results
cache_dir=/tmp/cache
mkdir -p ${results_dir} ${cache_dir}
export SPLICED_SMEAGLE_CACHE_DIR=${cache_dir}
export SPLICED_ABILAB_CACHE_DIR=${cache_dir}
# cache will save time but take up more space
# export SPLICED_SMEAGLE_CACHE_DIR=${cache_dir}
# export SPLICED_ABILAB_CACHE_DIR=${cache_dir}
printf "Results: ${results_dir}\n"
printf "Cache: ${cache_dir}\n"
export PATH=/usr/local/bin:${HOME}/.local/bin:/usr/bin:$PATH
Expand Down

0 comments on commit b26ce22

Please sign in to comment.