mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 04:43:18 +03:00
20 lines
310 B
YAML
20 lines
310 B
YAML
working-directory: ./../../../tests/
|
|
|
|
tests:
|
|
- name: init
|
|
command:
|
|
shell:
|
|
- bash
|
|
script: |
|
|
mkdir tmp
|
|
cd tmp
|
|
juvix init
|
|
cat juvix.yaml
|
|
cd ..
|
|
rm -rf tmp
|
|
stdout:
|
|
contains:
|
|
"name: tmp"
|
|
stdin: "\n\n"
|
|
exit-status: 0
|