add windows report
parent
85cf515441
commit
566eb23ccd
|
@ -463,6 +463,15 @@ jobs:
|
|||
run: |
|
||||
mkdir -p all_reports
|
||||
cp -r docker_ubuntu_18_04 ./all_reports/
|
||||
- name: download results docker_windows_NT
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: docker_windows_NT
|
||||
- name: cp to all_report
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p all_reports
|
||||
cp -r docker_Windows_NT ./all_reports/
|
||||
- name: download results none_ubuntu16_04
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue