Skip to content

Commit d10a5b7

Browse files
committed
Fix build matrix.
1 parent a9603b4 commit d10a5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
coverage:
120120
name: Coverage
121121
runs-on: ubuntu-18.04
122-
needs: [hotspot-ea, any-supported, hotspot-unsupported, hotspot-legacy]
122+
needs: [hotspot-ea, hotspot-supported, j9-supported, hotspot-unsupported, hotspot-32, hotspot-legacy]
123123
if: github.event_name == 'push'
124124
steps:
125125
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)