File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 75
75
working-directory : /var/lib/mount/db-benchmark-metal
76
76
run : |
77
77
git diff --name-only **/VERSION > updated_solutions.txt
78
- sed -i 's/\/VERSION/ /g' updated_solutions.txt
79
- tr --delete '\n' < updated_solutions.txt > updated_solutions_no_newlines.txt
80
- export new_solutions=`cat updated_solutions_no_newlines.txt`
81
- echo "New benchmarks are " $new_solutions
78
+ cat updated_solutions.txt
79
+ export new_solutions="${{ env.solutions }}"
80
+ echo "testing solutions: " $new_solutions
82
81
sed -i "s/export RUN_SOLUTIONS=.*/export RUN_SOLUTIONS=\"${new_solutions}\"/g" run.conf
83
82
84
83
- name : Run the benchmark
@@ -124,7 +123,7 @@ jobs:
124
123
run : |
125
124
mkdir -p out
126
125
echo "guarantee not empty dir" > out/guarantee.txt
127
- zip -r out-dir.zip out/
126
+ zip -r out-dir.zip out/ public/
128
127
129
128
- uses : actions/upload-artifact@v4
130
129
if : always()
You can’t perform that action at this time.
0 commit comments