From cb2ac6ab699d3714aa0f54982a9b68368a168d9c Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Wed, 2 Apr 2025 16:17:36 -0600 Subject: [PATCH] removed old dead code --- .github/workflows/rust.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c177418..3adbf5c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,10 +34,10 @@ jobs: uses: actions/checkout@v4 # Step 1: Move to minigrep directory and list files to debug - - name: Move to minigrep and list files - run: | - cd minigrep/ - ls -la # This will list the contents of the minigrep directory to ensure it's correct + # - name: Move to minigrep and list files + # run: | + # cd minigrep/ + # ls -la # This will list the contents of the minigrep directory to ensure it's correct - name: Check run: | @@ -54,11 +54,6 @@ jobs: - name: checkout uses: actions/checkout@v4 - - name: Move to minigrep and list files - run: | - cd minigrep/ - ls -la # Debugging step to ensure we're in the right directory - - name: Run Tests run: | cd minigrep/ @@ -74,11 +69,6 @@ jobs: - name: checkout uses: actions/checkout@v4 - - name: Move to minigrep and list files - run: | - cd minigrep/ - ls -la # Debugging step to ensure we're in the right directory - - name: Check for Documentation Tests run: | cd minigrep/