@@ -171,9 +171,15 @@ jobs:
171171 SERVICE_ENDPOINTS : ' http://127.0.0.1:3000/healthz http://127.0.0.1:3001 http://127.0.0.1:3002 http://127.0.0.1:3003 http://127.0.0.1:3010'
172172 TIMEOUT_SECONDS : ' 300'
173173 CHECK_INTERVAL : ' 5'
174- JWT_ISSUER_AUTH : http://127.0.0.1:3010
175- JWT_ISSUER_API : http://127.0.0.1:3000
176- JWT_ISSUER_PWA : http://127.0.0.1:3002
174+ # Provide all app origins to the services and tests
175+ APP_ORIGIN_API : http://127.0.0.1:3000
176+ APP_ORIGIN_AUTH : http://127.0.0.1:3010
177+ APP_ORIGIN_LTI : http://127.0.0.1:3005
178+ APP_ORIGIN_PWA : http://127.0.0.1:3001
179+ APP_ORIGIN_MANAGE : http://127.0.0.1:3002
180+ APP_ORIGIN_CONTROL : http://127.0.0.1:3003
181+ APP_ORIGIN_ASSESSMENT_API : http://127.0.0.1:3000
182+ APP_ORIGIN_ASSESSMENT_PWA : http://127.0.0.1:3001
177183
178184 - name : Cypress run parallel with cypress-split
179185 uses : cypress-io/github-action@v6
@@ -193,6 +199,15 @@ jobs:
193199 HATCHET_API_URL : http://127.0.0.1:8888
194200 HATCHET_TENANT_ID : 707d0855-80ab-4e1f-a156-f1c4546cbf52
195201 HATCHET_HOST_PORT : 7077
202+ # Ensure Cypress process has all origins, too
203+ APP_ORIGIN_API : http://127.0.0.1:3000
204+ APP_ORIGIN_AUTH : http://127.0.0.1:3010
205+ APP_ORIGIN_LTI : http://127.0.0.1:3005
206+ APP_ORIGIN_PWA : http://127.0.0.1:3001
207+ APP_ORIGIN_MANAGE : http://127.0.0.1:3002
208+ APP_ORIGIN_CONTROL : http://127.0.0.1:3003
209+ APP_ORIGIN_ASSESSMENT_API : http://127.0.0.1:3000
210+ APP_ORIGIN_ASSESSMENT_PWA : http://127.0.0.1:3001
196211 SPLIT : ${{ strategy.job-total }}
197212 SPLIT_INDEX : ${{ strategy.job-index }}
198213 SPLIT_FILE : timings.json
@@ -348,9 +363,15 @@ jobs:
348363 SERVICE_ENDPOINTS : ' http://127.0.0.1:3000/healthz http://127.0.0.1:3001 http://127.0.0.1:3002 http://127.0.0.1:3003 http://127.0.0.1:3010'
349364 TIMEOUT_SECONDS : ' 300'
350365 CHECK_INTERVAL : ' 5'
351- JWT_ISSUER_AUTH : http://127.0.0.1:3010
352- JWT_ISSUER_API : http://127.0.0.1:3000
353- JWT_ISSUER_PWA : http://127.0.0.1:3002
366+ # Provide all app origins to the services and tests
367+ APP_ORIGIN_API : http://127.0.0.1:3000
368+ APP_ORIGIN_AUTH : http://127.0.0.1:3010
369+ APP_ORIGIN_LTI : http://127.0.0.1:3005
370+ APP_ORIGIN_PWA : http://127.0.0.1:3001
371+ APP_ORIGIN_MANAGE : http://127.0.0.1:3002
372+ APP_ORIGIN_CONTROL : http://127.0.0.1:3003
373+ APP_ORIGIN_ASSESSMENT_API : http://127.0.0.1:3000
374+ APP_ORIGIN_ASSESSMENT_PWA : http://127.0.0.1:3001
354375
355376 - name : Upload service logs
356377 if : always()
@@ -383,6 +404,15 @@ jobs:
383404 HATCHET_API_URL : http://127.0.0.1:8888
384405 HATCHET_TENANT_ID : 707d0855-80ab-4e1f-a156-f1c4546cbf52
385406 HATCHET_HOST_PORT : 7077
407+ # Ensure Cypress process has all origins, too
408+ APP_ORIGIN_API : http://127.0.0.1:3000
409+ APP_ORIGIN_AUTH : http://127.0.0.1:3010
410+ APP_ORIGIN_LTI : http://127.0.0.1:3005
411+ APP_ORIGIN_PWA : http://127.0.0.1:3001
412+ APP_ORIGIN_MANAGE : http://127.0.0.1:3002
413+ APP_ORIGIN_CONTROL : http://127.0.0.1:3003
414+ APP_ORIGIN_ASSESSMENT_API : http://127.0.0.1:3000
415+ APP_ORIGIN_ASSESSMENT_PWA : http://127.0.0.1:3001
386416
387417 - if : always()
388418 uses : actions/upload-artifact@v4
0 commit comments