Skip to content

chore(github-actions): review workflow structure and fine tune permissions #17432

chore(github-actions): review workflow structure and fine tune permissions

chore(github-actions): review workflow structure and fine tune permissions #17432

Triggered via pull request November 17, 2025 19:03
Status Success
Total duration 10m 30s
Artifacts 27

build.yml

on: pull_request
build-react
44s
build-react
build-vue
45s
build-vue
Matrix: test-core-screenshot
build-angular
59s
build-angular
build-angular-server
33s
build-angular-server
test-core-clean-build
20s
test-core-clean-build
test-core-lint
46s
test-core-lint
test-core-spec
47s
test-core-spec
build-react-router
37s
build-react-router
build-vue-router
36s
build-vue-router
verify-screenshots
4s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
4s
verify-test-angular-e2e
verify-test-react-e2e
3s
verify-test-react-e2e
verify-test-react-router-e2e
4s
verify-test-react-router-e2e
verify-test-vue-e2e
3s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 20 notices
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups: src/components/radio/test/a11y/radio.e2e.ts#L122
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 120 | 121 | await pageUtils.pressKeys('Tab'); > 122 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 123 | 124 | await pageUtils.pressKeys('Tab'); 125 | await expect(secondGroupRadios.nth(0)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups: src/components/radio/test/a11y/radio.e2e.ts#L122
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups Error: expect(locator).toBeFocused() failed Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 120 | 121 | await pageUtils.pressKeys('Tab'); > 122 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 123 | 124 | await pageUtils.pressKeys('Tab'); 125 | await expect(secondGroupRadios.nth(0)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
[Mobile Safari] › src/components/select/test/basic/select.e2e.ts:150:11 › select: basic - md/ltr › select: action sheet › it should focus the second option when opened with a value: src/components/select/test/basic/select.e2e.ts#L0
2) [Mobile Safari] › src/components/select/test/basic/select.e2e.ts:150:11 › select: basic - md/ltr › select: action sheet › it should focus the second option when opened with a value Test timeout of 30000ms exceeded.
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load: src/components/router/test/guards/router.e2e.ts#L9
1) [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load Error: expect(received).toContain(expected) // indexOf Expected substring: "#/child/1" Received string: "http://localhost:3333/src/components/router/test/guards#/guard-initial-page?ionic:_testing=true&ionic:mode=ios&rtl=undefined&palette=light" 7 | await page.goto(`/src/components/router/test/guards#/guard-initial-page`, config); 8 | > 9 | expect(page.url()).toContain('#/child/1'); | ^ 10 | }); 11 | }); 12 | }); at /ionic/src/components/router/test/guards/router.e2e.ts:9:26
[Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr/dark › should not have accessibility violations when header is defined: src/components/select-popover/test/a11y/select-popover.e2e.ts#L0
1) [Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr/dark › should not have accessibility violations when header is defined Test timeout of 30000ms exceeded.
🎭 Playwright Run Summary
216 skipped 257 passed (2.3m)
🎭 Playwright Run Summary
534 passed (3.0m)
🎭 Playwright Run Summary
4 skipped 510 passed (3.1m)
🎭 Playwright Run Summary
1 skipped 534 passed (3.2m)
🎭 Playwright Run Summary
1 skipped 536 passed (3.2m)
🎭 Playwright Run Summary
212 skipped 313 passed (3.7m)
🎭 Playwright Run Summary
2 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group 4 skipped 513 passed (3.9m)
🎭 Playwright Run Summary
10 skipped 503 passed (4.8m)
🎭 Playwright Run Summary
14 skipped 399 passed (5.1m)
🎭 Playwright Run Summary
5 skipped 512 passed (5.2m)
🎭 Playwright Run Summary
648 passed (4.4m)
🎭 Playwright Run Summary
1 skipped 538 passed (6.4m)
🎭 Playwright Run Summary
14 skipped 497 passed (6.8m)
🎭 Playwright Run Summary
1 skipped 528 passed (6.7m)
🎭 Playwright Run Summary
4 skipped 535 passed (6.8m)
🎭 Playwright Run Summary
5 skipped 519 passed (7.0m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load [Mobile Safari] › src/components/select/test/basic/select.e2e.ts:150:11 › select: basic - md/ltr › select: action sheet › it should focus the second option when opened with a value 10 skipped 525 passed (7.2m)
🎭 Playwright Run Summary
2 skipped 516 passed (7.3m)
🎭 Playwright Run Summary
1 flaky [Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr/dark › should not have accessibility violations when header is defined 5 skipped 572 passed (7.6m)
🎭 Playwright Run Summary
7 skipped 508 passed (7.9m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular
667 KB
sha256:fce66f430e7e52fa212e767454fa54773cb18cac708a8c28c1488bc00e14cd2a
ionic-angular-server
8.55 KB
sha256:abfdacd6d170eefcd43a9676683a2d29781ee5cdf8f73ac1e2e4f5993c88c08a
ionic-core
4.56 MB
sha256:2ca33995b1493f6657a78e6e107cc178dd7cd7d1f37386b0dfd2db65fd14a75c
ionic-react
211 KB
sha256:528007fedb23d122b3effd5e402dd247ef331bc7dad021222ab3469c2df2646e
ionic-react-router
27.9 KB
sha256:11188153d521f35032b67e30afe99b8f92aec691ff7fdf337da35f0101c5c41b
ionic-vue
233 KB
sha256:a7c2ff94d3ceb7116bfc32d4241fb7410f6d819d822ba1356824cd25ec523c22
ionic-vue-router
17.1 KB
sha256:3382064d098758fea976811b00b7ccfa68f8e51697c1f81c376b6f1671bfa723
test-results-1-20
441 KB
sha256:dfa982f2d0263aa066b7013f8e32fb569f0ffeead767865d7866a75b22ed16ae
test-results-10-20
459 KB
sha256:878863b55ca858d92173e86e1fb25d72f172eb49ecfba0bd80556e68574398bc
test-results-11-20
1.98 MB
sha256:198025c862384c84b9bd9af7d77bba6ac941ba7c52c923a803d89783e7d6ee20
test-results-12-20
442 KB
sha256:a52b57b7c15d69a99f20b29c177053221e984f8d8b34f529b786d0ad907c0f53
test-results-13-20
451 KB
sha256:3f07b1993d6fcb1f5414c11fec6564bbf130f77b12377d73a5cd3574e7215d7a
test-results-14-20
405 KB
sha256:9a007e2efac5714ac94088fac89a47e673bcfa47f5eec3cb38e66ee6f2e0969f
test-results-15-20
431 KB
sha256:7f6555c712a9f1357fde3aa43c7acc9073f14870d7ccb430fa4c432951b98a56
test-results-16-20
427 KB
sha256:b277472df47f77f79895411029a780c7534fbd21611a3a1a2ea726f0a9828bd1
test-results-17-20
532 KB
sha256:f20eb0a625a0298360d86cad0c69b1690401822a891a336efc939da8f0675c15
test-results-18-20
1.64 MB
sha256:4265f5deab38a2226f645ecc0a8e1143fea8749e8b30de85110806eb359c2a3d
test-results-19-20
397 KB
sha256:5a790d99886727e8903481d8037ec1c6c2275412e187dbcba0217fba7a28c0d3
test-results-2-20
471 KB
sha256:385f0f88e59ac47bca4e4f8a0df04efec6529e603d03771133f8a341ad0c3cb5
test-results-20-20
360 KB
sha256:5cf7322f828f7001e8d50aa039e950cd3a591f9d05a093f09f3ed63288b5950b
test-results-3-20
431 KB
sha256:f46e6273951ab90f71a044aebfa7b6b5c961930b5737885bf2b0a39b03430e50
test-results-4-20
520 KB
sha256:493a8a0eb740e32baa3cd4a2dd9f960155824e56b930a2efbb44359ce8d4d7df
test-results-5-20
456 KB
sha256:1e03a36a410e0cb568ccd6e114d9bb88fccb8c4fe28459da0a28638660e1f499
test-results-6-20
1.21 MB
sha256:97c956d9fcaff9e51715948d35c7582a82768d1bcfaac64ab9f139c9a6b15128
test-results-7-20
351 KB
sha256:3d54c67b453c23430a7aa91d8451577c28dcbd702fb54d91cd85c472095e7d13
test-results-8-20
428 KB
sha256:cb79f885c387ae4e728f261e89fd5330e02972bccdc87506a3ea4123feab9beb
test-results-9-20
435 KB
sha256:397ed10512cc6e0dcaf908d9ff15b6382fbfdb2c451fa8feb8c4736f5e6ca3c1