Skip to content

Commit c3e17ab

Browse files
authored
add init target in build-tests (#62)
1 parent 1e7c044 commit c3e17ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ build-test-scala:
6363
build-test-java:
6464
cd test/resources/code/java/hello-java-spark; mvn package
6565

66-
build-tests: build-test-scala build-test-java
66+
build-tests: init build-test-scala build-test-java
6767

6868
lint: init
6969
pipenv run black --check ./src

0 commit comments

Comments
 (0)