ci: remove redundant step to install npm deps

This is handled by gradle now.
This commit is contained in:
octocorvus 2023-07-08 13:02:55 +00:00 committed by Daniel Micay
parent e0c0a9c136
commit e38052dce9

View File

@ -18,6 +18,5 @@ jobs:
java-version: 20
cache: gradle
- run: npm ci --ignore-scripts
- name: Build with Gradle
run: ./gradlew build --no-daemon