We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481ba41 commit a344025Copy full SHA for a344025
.github/workflows/gatk-tests.yml
@@ -158,7 +158,7 @@ jobs:
158
TEST_TYPE: ${{ matrix.testType }}
159
SCALA_VERSION: ${{ matrix.scalaVersion }}
160
161
- name: Java ${{ matrix.Java }} test on docker ${{matrix.testType}}
+ name: ${{ matrix.testType }} build and test Java ${{ matrix.Java }}
162
steps:
163
- uses: actions/checkout@v3
164
with:
0 commit comments