Skip to content

Commit c822b0a

Browse files
committed
wip8
1 parent 013843a commit c822b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
docker exec -w /workspace cws-test bash -c "find . -name 'surefire-reports' -type d | xargs -I{} ls -la {}" > ./test-results/test-results.txt || true
156156
157157
- name: Upload test results
158-
uses: actions/upload-artifact@v3
158+
uses: actions/upload-artifact@v2
159159
if: always()
160160
with:
161161
name: test-results

0 commit comments

Comments
 (0)