mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-22 20:23:36 +00:00
4f92610a97
* __test__/verify-environment-path.sh: Added. * .github/workflows/test.yml:
7 lines
119 B
Bash
Executable file
7 lines
119 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ ! -f "./main_path_test/basic-file.txt" ]; then
|
|
echo "Expected file does not exist"
|
|
exit 1
|
|
fi
|