Skip to content

Commit

Permalink
Suppress errors when copying coolers
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jun 21, 2023
1 parent 787491f commit e865145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzy-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
resolution='${{ inputs.resolution }}'
fi
if cooler cp "test.matrix::/resolutions/$resolution" test.matrix.tmp; then
if cooler cp "test.matrix::/resolutions/$resolution" test.matrix.tmp &> /dev/null ; then
mv test.matrix.tmp test.matrix
fi
Expand Down

0 comments on commit e865145

Please sign in to comment.