Skip to content

Commit

Permalink
chore: diagnose smoke tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Oct 17, 2024
1 parent 4c80bfb commit 0f6911c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,16 @@ jobs:

- name: "Run smoke tests (linux)"
run: |
ls -al data/ || true
tree data/ || true
( du -bsch data/* 2>/dev/null | sort -h ) || true
cat data/example.fa || true
chmod +x ./.out/*
JOBS=2 ./tests/run-smoke-tests ./.out/pangraph-x86_64-unknown-linux-gnu
run-linux-distros-test:
Expand Down

0 comments on commit 0f6911c

Please sign in to comment.