difftreelog
convert to lowercase
in: master
1 file changed
.github/workflows/build-test-master.ymldiffbeforeafterboth1name: Yarn test para1name: yarn test para223# Controls when the action will run.3# Controls when the action will run.4on:4on:38 strategy:38 strategy:39 matrix:39 matrix:40 include:40 include:41 - network: "Opal"41 - network: "opal"42 features: "opal-runtime"42 features: "opal-runtime"43 - network: "Quartz"43 - network: "quartz"44 features: "quartz-runtime"44 features: "quartz-runtime"45 - network: "Unique"45 - network: "unique"46 features: "unique-runtime"46 features: "unique-runtime"474748 steps:48 steps: