diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 328e2bb..20a5270 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,9 @@ jobs: tools: composer:v2 coverage: none + - name: Show me the paths + run: echo node && echo npm + - name: Get composer cache directory id: composer-cache run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT