Skip to content

Commit

Permalink
Fix typo in path to testing files
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Jun 21, 2024
1 parent b59c5a8 commit 3ce841f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
import_github_env: true
commands: |
/zram-config/install.bash
/zram-config/test/test-zram-devices.bash
/zram-config/tests/test-zram-devices.bash
/zram-config/uninstall.bash
/zram-config/test/test-zram-devices.bash removal
/zram-config/tests/test-zram-devices.bash removal
shell: bash
- name: Copy logs
if: always()
Expand Down

0 comments on commit 3ce841f

Please sign in to comment.