Skip to content

Commit

Permalink
Update test-lod-conversion.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Ignacio Molteni <[email protected]>
  • Loading branch information
dalkia authored Jan 15, 2025
1 parent 0d6ea6f commit af1fea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-lod-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
basePath="${GITHUB_WORKSPACE}/publish/OutputDirectoryPath/${{ env.COORDS }}"
files=(${{ join(matrix.files, ' ') }})
sizes=(${{ join(matrix.sizes, ' ') }})
toleranceB=50000 # 50 KB tolerance
toleranceB=30000 # 30 KB tolerance
for i in "${!files[@]}"; do
filePath="$basePath/${files[$i]}"
Expand Down

0 comments on commit af1fea4

Please sign in to comment.