Skip to content

Commit

Permalink
test: matrix empty?
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Oct 13, 2023
1 parent af3edeb commit b5259e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ${{ matrix.runner }}
steps:
- name: echo
run: echo "COMMAND: ${{ matrix.cmd }}"
run: echo "COMMAND: ${{ matrix.runner }}"
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
Expand Down

0 comments on commit b5259e3

Please sign in to comment.