Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/cI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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