From ee6146be19e662b51a2a3e2ab8c2dfde62352888 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Mon, 21 Apr 2025 11:49:44 -0400 Subject: [PATCH] Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit. --- .github/workflows/tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f41500c..20b6c13 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,11 +34,6 @@ jobs: name: 🔍🐹 Go Tests runs-on: ubuntu-latest steps: - - name: 🛡️🔒 Add Siteworx CA Certificates - run: | - apt update && apt install -yq ca-certificates curl - curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt - update-ca-certificates - name: ⚙️🐹 Set up Go Environment uses: actions/setup-go@v2 with: