From 5fa1ef20d949175b3f5f4e0a5679cc1a5171a90e Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 30 Apr 2020 18:06:34 +0200 Subject: [PATCH] Get tests running on Windows --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62784cf..697e871 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: - name: Set artifact file contents run: | echo "::set-env name=non-gzip-artifact-content::hello" - echo "::set-env name=gzip-artifact-content::Some large amount of text that has a compression ratio that is greater than 100%. If the compression ratio is greater than 100%, gzip is used to upload the file." + echo "::set-env name=gzip-artifact-content::Some_large_amount_of_text_that_has_a_compression_ratio_that_is_greater_than_100%._If_the_compression_ratio_is_greater_than_100%_gzip_is_used_to_upload_the_file." - name: Create artifacts run: |