Skip to content

Commit

Permalink
fix file sizes check
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed May 3, 2024
1 parent cacbc59 commit 3a99191
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,5 @@ jobs:
- name: check-file-sizes
run: |
find kalamari.out -name '*.fasta' > fasta.sizes
echo "by size"
cat fasta.sizes | xargs ls -lhS
echo "by name"
cat fasta.sizes | xargs ls -lh
cat fasta.sizes | xargs -n 100 ls -lhS

0 comments on commit 3a99191

Please sign in to comment.