File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ jobs:
131131 command : |
132132 FRAMEWORK="react" yarn run test:e2e:sanity --shard=${{ matrix.shard }}/${{ matrix.total }}
133133 workflowName : " E2E Tests on Venv"
134- runs_on : ubuntu-latest-4-cores
135- strategy :
136- fail-fast : false
137- matrix :
138- total : [ 2 ]
139- shard : [ 1,2 ]
134+ runs_on : ubuntu-latest-4-cores
135+ strategy :
136+ fail-fast : false
137+ matrix :
138+ total : [ 2 ]
139+ shard : [ 1,2 ]
140140 secrets : inherit
141141
142142 run-api-test :
@@ -152,12 +152,12 @@ jobs:
152152 command : |
153153 yarn test:api --shard=${{ matrix.shard }}/${{ matrix.total }}
154154 workflowName : " API Tests on Venv"
155- runs_on : ubuntu-latest-4-cores
156- strategy :
157- fail-fast : false
158- matrix :
159- total : [ 2 ]
160- shard : [ 1,2 ]
155+ runs_on : ubuntu-latest-4-cores
156+ strategy :
157+ fail-fast : false
158+ matrix :
159+ total : [ 2 ]
160+ shard : [ 1,2 ]
161161 secrets : inherit
162162
163163 update-trigger-status :
You can’t perform that action at this time.
0 commit comments