From 894f97fe2e93759284359cd400303092e2dd2835 Mon Sep 17 00:00:00 2001
From: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Date: Sat, 17 Feb 2024 02:26:50 +0100
Subject: [PATCH] Removed commented-out docker commands in test.yml

---
 .github/workflows/test.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7bea617..db833b9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -200,11 +200,6 @@ jobs:
     env:
       https_proxy: http://squid-proxy:3128
     steps:
-      # - name:  Install Git
-      #   run: |
-      #     apt-get update
-      #     apt-get install git
-          
       # Clone this repo
       - name: Checkout
         uses: actions/checkout@v3