Skip to content

Commit

Permalink
generate exit code from awk search
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Oct 10, 2024
1 parent 3f3dd1a commit d8ba0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-testdataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: |
ls test-results
gunzip -c test-results/12_linearized_synteny_graph_edges.tsv.gz | head -n 10
gunzip -c test-results/12_linearized_synteny_graph_edges.tsv.gz | awk '/HOG_HOG:0000217_13\tHOG_HOG:0000282_13/'
gunzip -c test-results/12_linearized_synteny_graph_edges.tsv.gz | awk '/HOG_HOG:0000217_13\tHOG_HOG:0000282_13/{c = $2 > 0} END {exit !c}'

0 comments on commit d8ba0b4

Please sign in to comment.