Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 19bbab7

Browse files
committed
Install the CodeGate certificate
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 1b2cb7b commit 19bbab7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ jobs:
8989
# Print the container logs we got so far
9090
docker logs $CONTAINER_NAME
9191
92+
- name: Install the CodeGate certificate
93+
run: |
94+
docker cp codegate:/app/codegate_volume/certs/ca.crt ./codegate.crt
95+
sudo cp ./codegate.crt /usr/local/share/ca-certificates/codegate.crt
96+
sudo update-ca-certificates
97+
9298
- name: Set up Python ${{ matrix.python-version }}
9399
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
94100
with:

0 commit comments

Comments
 (0)