From 8aba5a4ab2231ccbe30fef137039d02cfd32f9af Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 20 Feb 2020 16:38:06 -0500 Subject: [PATCH] Update tests --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 403138f..4b3a0a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"