We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8402c9a commit 0ca0eabCopy full SHA for 0ca0eab
1 file changed
.github/workflows/CI_pipeline.yml
@@ -67,7 +67,6 @@ jobs:
67
with:
68
distribution: 'temurin'
69
java-version: ${{ matrix.java_version }}
70
- cache: 'maven'
71
72
- name: Install Maven ${{ matrix.maven_version }}
73
if: ${{ matrix.maven_version != '' }}
@@ -165,6 +164,7 @@ jobs:
165
164
166
- name: Relocate cached output for ${{ matrix.project_slug }}
167
run: |
+ mkdir output
168
mv .github/cached_output/${{ matrix.project_slug }} output/
169
170
- name: Build project ${{ matrix.project_slug }}
0 commit comments