From 8f9e5f00b24867cd9f62f780571939e552cc5ffa Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:31:33 +0100 Subject: [PATCH] missing double quotes --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 3088029d..7b2689ac 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -60,7 +60,7 @@ jobs: - name: Cache data for cellfinder workflow tests uses: actions/cache@v3 with: - path: ~/.brainglobe-tests + path: "~/.brainglobe-tests" key: cellfinder-test-data # Run tests - uses: neuroinformatics-unit/actions/test@v2