From 6a60995303330a41a10943720566d37040a1c8ed Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:18:53 -0700 Subject: [PATCH] More test runs to confirm it is really the GZIP stream --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64bd8023e..e8f0bc402 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,18 @@ jobs: - os: ubuntu-latest java: 8 jobtype: 1 + - os: ubuntu-latest + java: 8 + jobtype: 1 + - os: ubuntu-latest + java: 8 + jobtype: 1 + - os: windows-latest + java: 8 + jobtype: 2 + - os: windows-latest + java: 8 + jobtype: 2 - os: windows-latest java: 8 jobtype: 2