Skip to content

Commit

Permalink
Use proper path to test directory
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed Jun 8, 2024
1 parent fa85bf5 commit b59c5a8
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-zram-devices.bash
/zram-config/test/test-zram-devices.bash
/zram-config/uninstall.bash
/zram-config/test-zram-devices.bash removal
/zram-config/test/test-zram-devices.bash removal
shell: bash
- name: Copy logs
if: always()
Expand Down

0 comments on commit b59c5a8

Please sign in to comment.