File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ concurrency:
16
16
17
17
env :
18
18
# Cache params
19
- CACHE_VERSION : 2022061903 # To be able to create a new cache (YYYYMMDDXX)
19
+ CACHE_VERSION : 2022061904 # To be able to create a new cache (YYYYMMDDXX)
20
20
COVERAGE_OUTPUT_STYLE : clover
21
21
TEST_OUTPUT_STYLE : pretty
22
22
COMPOSER_OPTIONS : --optimize-autoloader
23
- CODACY_CACHE_PATH : $HOME /.cache/codacy
24
- CODACY_BIN : $HOME /.cache/codacy/codacy.sh
23
+ CODACY_CACHE_PATH : ~ /.cache/codacy
24
+ CODACY_BIN : ~ /.cache/codacy/codacy.sh
25
25
26
26
jobs :
27
27
static-tests :
94
94
path : |
95
95
~/.composer
96
96
./vendor
97
- $CODACY_CACHE_PATH
97
+ ${{ env. CODACY_CACHE_PATH }}
98
98
build/behat-code-coverage-cache
99
99
# Clear the cache if composer json (as composer.lock is in the repo) has been updated
100
100
key : ${{ env.CACHE_VERSION }}-tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}-${{ hashFiles('composer.json') }}
@@ -150,8 +150,8 @@ jobs:
150
150
uses : actions/cache@v2
151
151
with :
152
152
path : |
153
- $CODACY_CACHE_PATH
154
- key : ${{ env.CACHE_VERSION }}-codacy
153
+ ${{ env. CODACY_CACHE_PATH }}
154
+ key : ${{ env.CACHE_VERSION }}-codacy-final
155
155
156
156
- name : Download codacy binary
157
157
if : steps.cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments