File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def test_outputs_commands_and_files(self):
5454 steps ,
5555 [
5656 'just pulls "../repos.csv" $GH_TOKEN "../repos-with-pulls.csv"\n ' ,
57- 'just filter "../repos-with-pulls.csv" "../after-filter.csv"\n ' ,
57+ 'just filter "../repos-with-pulls.csv" "../filtered.txt" "../ after-filter.csv"\n ' ,
5858 'just extract "../after-filter.csv" "../after-extract.csv"\n ' ,
5959 'just embed "../after-extract.csv" "../embeddings"\n ' ,
6060 'cp "embeddings-s-bert-384.csv" "sbert.csv"\n ' ,
@@ -99,7 +99,7 @@ def test_outputs_pipeline_with_workflows(self):
9999 steps ,
100100 [
101101 'just pulls "../repos.csv" $GH_TOKEN "../repos-with-pulls.csv"\n ' ,
102- 'just filter "../repos-with-pulls.csv" "../after-filter.csv"\n ' ,
102+ 'just filter "../repos-with-pulls.csv" "../filtered.txt" "../ after-filter.csv"\n ' ,
103103 'just workflows "../after-filter.csv" "../after-workflows.csv"' ,
104104 ],
105105 f"Resulted steps: { steps } don't match with expected"
You can’t perform that action at this time.
0 commit comments