From ceda06df7a352f7ff9ae2a58b0c5794ea9508d40 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Fri, 15 Nov 2024 08:26:36 -0500 Subject: [PATCH] Add site template CA for paged content test --- .github/workflows/integration-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 3c8e2ec..576e30b 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -9,6 +9,8 @@ concurrency: jobs: build: runs-on: ubuntu-latest + env: + REQUESTS_CA_BUNDLE: ${{ github.workspace }}/isle-site-template/certs/rootCA.pem steps: - name: Checkout workbench