Added environment based path test
* __test__/verify-environment-path.sh: Added. * .github/workflows/test.yml:pull/340/head
parent
e67ad3383b
commit
4f92610a97
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ ! -f "./main_path_test/basic-file.txt" ]; then
|
||||||
|
echo "Expected file does not exist"
|
||||||
|
exit 1
|
||||||
|
fi
|
Loading…
Reference in New Issue