docs:simplify GitHub Actions.

pull/1513/head
Haotian Zhang 7 months ago
parent 3c6f6d90b7
commit 62d304887e

@ -59,7 +59,7 @@ jobs:
- name: Check JDK matrix based on branch - name: Check JDK matrix based on branch
id: check-matrix id: check-matrix
run: | run: |
echo ${{ needs.set-matrix.outputs.matrix }} echo "${{ needs.set-matrix.outputs.matrix }}"
junit: junit:
strategy: strategy:
matrix: matrix:

Loading…
Cancel
Save