Update tests

This commit is contained in:
Konrad Pabjan 2020-02-20 16:38:06 -05:00
parent 31a6534759
commit 8aba5a4ab2

View file

@ -74,7 +74,6 @@ jobs:
path: some/new/path
- name: Verify successful download - Windows
if: startsWith(matrix.os, 'windows')
run: |
$file = "some/new/path/world-A.txt"
if(!(Test-Path -path $file))
@ -94,7 +93,6 @@ jobs:
path: some/other/path
- name: Verify successful download
if: startsWith(matrix.os, 'windows')
run: |
$file1 = "some/other/path/Artifact-A/world-A.txt"
$file2 = "some/other/path/Artifact-B/world-B.txt"