Skip to content

Commit 3cc52b8

Browse files
committed
Reduce size for testing
Signed-off-by: Jonathan Dieter <[email protected]>
1 parent 0018c47 commit 3cc52b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/kernel-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
set -euxo pipefail
3434
mkdir -p output
3535
df -h
36-
ls -l .cont* -d
36+
ls -l .* -d
3737
podman run --rm --pull=always \
3838
--privileged \
3939
--device=/dev/fuse \

test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test

0 commit comments

Comments
 (0)