We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8f06b commit 66d00f2Copy full SHA for 66d00f2
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
matrix:
49
pattern: [ "A*,F*,S*", "B*,D*,L*,T*" ]
50
jdk: [ "11", "21.0.4" ]
51
- empty: []
+ empty:${{ fromJson('') }}
52
runs-on: ubuntu-latest
53
steps:
54
- name: Publish Test Report
0 commit comments