Skip to content

Commit

Permalink
Fix typo in workflow setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Oct 31, 2023
1 parent 5c757a4 commit b850e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: Start Xvfb
run: Xvfb :99 &
- name: Run tests tests with ${{ matrix.build-tool }}
- name: Run tests with ${{ matrix.build-tool }}
run: ${{ matrix.build-tool }} test

0 comments on commit b850e51

Please sign in to comment.