Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Mar 8, 2024
1 parent 4ce6344 commit 2e5bb66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,8 @@ jobs:
working-directory: ./tests/test2
run: |
md5sum -c output-Ubuntu.md5;
ls output/analyses;
ls output/analyses/00000000;
for dir in $(find output/analyses -type d); do
[ -e "$dir/muller.txt" ]
echo $dir
done
- name: Cleanup (test2)
Expand Down

0 comments on commit 2e5bb66

Please sign in to comment.