Skip to content

Commit 1f5b97c

Browse files
authored
CI: use gradle assemble (not build)
1 parent c53e61f commit 1f5b97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build lfc
4242
run: |
4343
cd lf
44-
./gradlew build
44+
./gradlew assemble
4545
- name: Set LF_PATH and LF_BENCHMARKS_PATH environmental variable
4646
run: |
4747
echo "LF_PATH=$GITHUB_WORKSPACE/lf/build/install/lf-cli" >> $GITHUB_ENV

0 commit comments

Comments
 (0)