diff --git a/.github/workflows/cI.yml b/.github/workflows/cI.yml index 08b9204..52285e1 100644 --- a/.github/workflows/cI.yml +++ b/.github/workflows/cI.yml @@ -28,14 +28,14 @@ on: # If the exit code is 0, the test passes # If the exit code is not 0, the test fails - name: Run disk-check - run: bash scripts/disk-check.sh + run: bash disk-check.sh # Step 4: Run key-hunter - name: Run key-hunter - run: bash scripts/key-hunter.sh + run: bash key-hunter.sh # Step 5: Run ram-check - name: Run ram-check - run: bash scripts/ram-check.sh + run: bash ram-check.sh