mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(rmz)
This commit is contained in:
parent
412a6db4dd
commit
57638b8d95
|
@ -16,14 +16,15 @@ build:
|
|||
|
||||
test:
|
||||
# there is some odd bug that seems to prevent the full test from running
|
||||
# on linux/x86-64 runners, so we'll do a short one
|
||||
# on linux/x86-64 runners always and aarch64 runners sometimes,
|
||||
# so we'll do a short one
|
||||
# https://github.com/SUPERCILEX/fuc/issues/34
|
||||
- run: |
|
||||
touch a
|
||||
rmz a
|
||||
test ! -f a
|
||||
exit
|
||||
if: linux/x86-64
|
||||
if: linux
|
||||
- mkdir a
|
||||
- touch a/b
|
||||
- test -f a/b
|
||||
|
|
Loading…
Reference in a new issue