Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
exit 1
}
# Verify output exists
test -f repo-serialized/chunk-0.txt || {
test -f repo-serialized/output.txt || {
echo "Error: Output file not found"
ls -la repo-serialized/ || true
exit 1
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
exit 1
}
# Verify output exists
if (-not (Test-Path repo-serialized/chunk-0.txt)) {
if (-not (Test-Path repo-serialized/output.txt)) {
Write-Error "Output file not found"
Get-ChildItem repo-serialized -ErrorAction SilentlyContinue
exit 1
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
exit 1
}
# Verify output exists
test -f repo-serialized/chunk-0.txt || {
test -f repo-serialized/output.txt || {
echo "Error: Output file not found"
ls -la repo-serialized/ || true
exit 1
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ yek.toml
repo-serialized/
dist/
/*.txt
/*.diff
/*.sh
Loading
Loading