Files
gouki 7d12858cbd
Check dist / check-dist (push) Successful in 1m35s
Licensed / Check licenses (push) Successful in 1m16s
Build and Test / test (ubuntu-latest) (push) Failing after 2s
Build and Test / test-proxy (push) Failing after 4s
Build and Test / test-bypass-proxy (push) Failing after 2s
Build and Test / test-git-container (push) Failing after 3s
Build and Test / build (push) Failing after 1m15s
Build and Test / test-output (push) Failing after 2s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 2m2s
Mirror actions/checkout v4.2.2
2026-07-16 22:44:27 +08:00

12 lines
258 B
Bash
Executable File

#!/bin/bash
if [ ! -f "./side-by-side-1/side-by-side-test-file-1.txt" ]; then
echo "Expected file 1 does not exist"
exit 1
fi
if [ ! -f "./side-by-side-2/side-by-side-test-file-2.txt" ]; then
echo "Expected file 2 does not exist"
exit 1
fi