mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-21 15:28:08 +00:00
Updated the test
This commit is contained in:
parent
7a1c64e8b1
commit
c82a34e7e5
1 changed files with 6 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -649,6 +649,8 @@ jobs:
|
|||
if [ ! -f "test/test deleted.txt" ]; then
|
||||
echo "Expected: (test/test deleted.txt) to exist"
|
||||
exit 1
|
||||
else
|
||||
cat "test/test deleted.txt"
|
||||
fi
|
||||
|
||||
- name: Run changed-files with recover_deleted_files and recover_deleted_files_to_destination
|
||||
|
@ -677,6 +679,8 @@ jobs:
|
|||
if [ ! -f "deleted_files/test/test deleted.txt" ]; then
|
||||
echo "Expected: (deleted_files/test/test deleted.txt) to exist"
|
||||
exit 1
|
||||
else
|
||||
cat "deleted_files/test/test deleted.txt"
|
||||
fi
|
||||
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue