From b36017c86f434172ab768a47bf3f1b6f91a205cc Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Wed, 24 Jan 2024 10:13:29 +0100 Subject: [PATCH 1/2] testing windowse2e --- .github/workflows/windows-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-e2e.yml b/.github/workflows/windows-e2e.yml index bcbad1972b..44ad749825 100644 --- a/.github/workflows/windows-e2e.yml +++ b/.github/workflows/windows-e2e.yml @@ -49,7 +49,7 @@ jobs: OUTCOME="pending" DESCRIPTION="Running e2e on Windows" - CONTEXT="win-ci-e2e" + CONTEXT="win-ci-e2e-s" # post result to commit status curl -L -v \ From 19e1f154c0db292c10eaefb9d62abe4a5ade5bd9 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Wed, 24 Jan 2024 10:14:19 +0100 Subject: [PATCH 2/2] test builder --- .github/workflows/windows-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml index fbf38fd1d3..133b7a93e0 100644 --- a/.github/workflows/windows-installer.yml +++ b/.github/workflows/windows-installer.yml @@ -13,7 +13,7 @@ jobs: steps: - - name: Save the GH context in an artifact + - name: Save the GH context in an artifacts shell: bash env: GH_CONTEXT: ${{ toJSON(github) }}