Skip to content

Commit 3919a75

Browse files
fix run on
1 parent 3404ad3 commit 3919a75

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/full-test-suite.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)