mirror of
https://github.com/actions/checkout.git
synced 2025-04-30 03:39:14 +02:00
Merge f80349a6ad
into 85e6279cec
This commit is contained in:
commit
c7da236801
5 changed files with 33 additions and 3 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