mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 09:10:16 +03:00
Added environment based path test
* __test__/verify-environment-path.sh: Added. * .github/workflows/test.yml:
This commit is contained in:
parent
e67ad3383b
commit
4f92610a97
2 changed files with 18 additions and 0 deletions
6
__test__/verify-environment-path.sh
Executable file
6
__test__/verify-environment-path.sh
Executable file
|
@ -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…
Add table
Add a link
Reference in a new issue