add windows report

pull/6580/head
Ruben Baez 2020-02-16 22:56:39 -05:00 committed by GitHub
parent 85cf515441
commit 566eb23ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -463,6 +463,15 @@ jobs:
run: | run: |
mkdir -p all_reports mkdir -p all_reports
cp -r docker_ubuntu_18_04 ./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 - name: download results none_ubuntu16_04
uses: actions/download-artifact@v1 uses: actions/download-artifact@v1
with: with: