Skip to content

Commit a1a1ec1

Browse files
committed
minor: moving test results under ~/.cache
1 parent 301e2a6 commit a1a1ec1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/from_commit_to_build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ jobs:
7979
if: ${{ env.ACT == '' }}
8080
with:
8181
name: coverage-reports
82-
path: /home/runner/rusticlone-tests/coverage/
82+
path: /home/runner/.cache/rusticlone-tests/coverage/
8383
retention-days: 30

tests/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ set -euo pipefail
3535
RUSTIC_PROFILES_DIR="$HOME/.config/rustic"
3636

3737
# can be any folder
38-
RUSTICLONE_TEST_DIR="$HOME/.rusticlone-tests"
38+
RUSTICLONE_TEST_DIR="$HOME/.cache/rusticlone-tests"
3939

4040
# ################################ DERIVED
4141

0 commit comments

Comments
 (0)