Skip to content

Commit a8be488

Browse files
committed
ci: needs test-ui
1 parent 6eab3d1 commit a8be488

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ jobs:
116116
path: ${{matrix.project}}/${{matrix.project}}-unit-tests.xml
117117
publish-test-results:
118118
name: "Publish Tests Results"
119-
needs: test-unit
119+
needs:
120+
- test-unit
121+
- test-ui
120122
runs-on: ubuntu-latest
121123
permissions:
122124
checks: write

0 commit comments

Comments
 (0)