Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 11, 2024
1 parent e712fc9 commit ef42dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
distribution: 'adopt'

- name: Run tests
run: make ja_test ${{ matrix.java-version > 17 || 'MVN_FLAGS="-e -nf"' }}
run: make ja_test ${{ matrix.java-version > 17 || 'MVN_FLAGS="-e -fn"' }}

- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ help:

.PHONY: clean
clean:
@$(MVN) clean || echo "Maven not installed"
@$(MVN) clean || echo

.PHONY: test
test: ../LICENSE
Expand Down

0 comments on commit ef42dfc

Please sign in to comment.