Skip to content

Commit c1e976d

Browse files
committed
wip
1 parent 0e6eeef commit c1e976d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
9191
- name: memory regression
9292
run: |
93-
test "`cat mrs.out`" -le "$MAX_MEMORY"
93+
export CURRENT_MRS=`cat mrs.out`
94+
test "$CURRENT_MRS" -le "$MAX_MEMORY"
9495
9596
- name: duration regression
9697
run: |

0 commit comments

Comments
 (0)