Skip to content

Commit eb45f50

Browse files
authored
Merge pull request #1551 from rhatdan/test
Create tempdir when run as non-root user
2 parents 13d1334 + bbf24ae commit eb45f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: run bats
105105
run: |
106106
# /mnt has ~ 65 GB free disk space. / is too small.
107-
mkdir -p /mnt/tmp
107+
sudo mkdir -m a=rwx -p /mnt/tmp
108108
TEMPDIR=/mnt/tmp
109109
make validate
110110
make bats

0 commit comments

Comments
 (0)