We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7eff63 commit c03e4daCopy full SHA for c03e4da
.github/workflows/RunBenchmark.yml
@@ -76,6 +76,7 @@ jobs:
76
sed -i 's/\/VERSION/ /g' updated_solutions.txt
77
tr --delete '\n' < updated_solutions.txt > updated_solutions_no_newlines.txt
78
export new_solutions=`cat updated_solutions_no_newlines.txt`
79
+ echo "New benchmarks are " $new_solutions
80
sed -i "s/export RUN_SOLUTIONS=.*/export RUN_SOLUTIONS=\"${new_solutions}\"/g" run.conf
81
82
- name: Run the benchmark
0 commit comments