diff --git a/.github/workflows/cI.yml b/.github/workflows/cI.yml index 9fb0262..00ea930 100644 --- a/.github/workflows/cI.yml +++ b/.github/workflows/cI.yml @@ -29,14 +29,14 @@ jobs: # 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