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:
|
test:
|
||||||
# there is some odd bug that seems to prevent the full test from running
|
# 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
|
# https://github.com/SUPERCILEX/fuc/issues/34
|
||||||
- run: |
|
- run: |
|
||||||
touch a
|
touch a
|
||||||
rmz a
|
rmz a
|
||||||
test ! -f a
|
test ! -f a
|
||||||
exit
|
exit
|
||||||
if: linux/x86-64
|
if: linux
|
||||||
- mkdir a
|
- mkdir a
|
||||||
- touch a/b
|
- touch a/b
|
||||||
- test -f a/b
|
- test -f a/b
|
||||||
|
|
Loading…
Reference in a new issue