git.delta.rocks / unique-network / refs/commits / 8b81bd98dc15

difftreelog

convert to lowercase

Alexander Aksenov2022-08-18parent: #e9c0574.patch.diff
in: master

1 file changed

modified.github/workflows/build-test-master.ymldiffbeforeafterboth
1name: Yarn test para1name: yarn test para
22
3# 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"
4747
48 steps:48 steps: