File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 99
99
"test:integration:legacy" : " export USE_OTEL=0 && run-s test:integration:v1 test:integration:v2" ,
100
100
"test:integration:v1" : " run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server" ,
101
101
"test:integration:v2" : " export REMIX_VERSION=2 && run-s test:integration:v1" ,
102
- "test:integration:ci" : " run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server" ,
102
+ "test:integration:ci" : " run-s test:integration:ci:otel test:integration:ci:legacy" ,
103
+ "test:integration:ci:otel" : " export USE_OTEL=1 && run-s test:integration:ci:common" ,
104
+ "test:integration:ci:legacy" : " export USE_OTEL=0 && run-s test:integration:ci:common" ,
105
+ "test:integration:ci:common" : " run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server" ,
103
106
"test:integration:prepare" : " (cd test/integration && yarn install)" ,
104
107
"test:integration:clean" : " (cd test/integration && rimraf .cache node_modules build)" ,
105
108
"test:integration:client" : " yarn playwright install-deps && yarn playwright test test/integration/test/client/ --project='chromium'" ,
You can’t perform that action at this time.
0 commit comments