Skip to content

Commit

Permalink
Create cache directories
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacKhor committed Jun 13, 2024
1 parent a7a72c3 commit 697fe4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
run: |
mkdir -p /tmp/lsvd-read
mkdir -p /tmp/lsvd-write
mkdir -p /tmp/lsvd
cd build-dbg
sudo meson test
sudo ./imgtool --create --size 1g --pool pone test-img
sudo ./imgtool create --size 1g --pool pone --img test-img
- name: Logs
if: always()
Expand Down

0 comments on commit 697fe4b

Please sign in to comment.