File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -392,10 +392,7 @@ jobs:
392392 - name : Set up Materialize
393393 run : |
394394 docker pull materialize/materialized:latest
395- docker run -d -p6875:6875 -p6877:6877 -p 26257:26257 materialize/materialized:latest
396- sleep 5
397- # Workaround for https://github.com/cockroachdb/cockroach/issues/93892
398- psql postgres://root@localhost:26257 -c "SET CLUSTER SETTING sql.stats.forecasts.enabled = false"
395+ docker run -e MZ_EAT_MY_DATA=1 -d -p6875:6875 -p6877:6877 materialize/materialized:latest
399396 - name : Set up JDK 11
400397 uses : actions/setup-java@v3
401398 with :
@@ -420,10 +417,7 @@ jobs:
420417 - name : Set up Materialize
421418 run : |
422419 docker pull materialize/materialized:latest
423- docker run -d -p6875:6875 -p6877:6877 -p 26257:26257 materialize/materialized:latest
424- sleep 5
425- # Workaround for https://github.com/cockroachdb/cockroach/issues/93892
426- psql postgres://root@localhost:26257 -c "SET CLUSTER SETTING sql.stats.forecasts.enabled = false"
420+ docker run -e MZ_EAT_MY_DATA=1 -d -p6875:6875 -p6877:6877 materialize/materialized:latest
427421 - name : Set up JDK 11
428422 uses : actions/setup-java@v3
429423 with :
You can’t perform that action at this time.
0 commit comments