Skip to content

Commit

Permalink
ci: remove redundant step to install npm deps
Browse files Browse the repository at this point in the history
This is handled by gradle now.
  • Loading branch information
octocorvus committed Jul 24, 2023
1 parent b81d297 commit b97c7d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
java-version: 20
cache: gradle

- run: npm ci --ignore-scripts
- name: Build with Gradle
run: ./gradlew build --no-daemon

Expand Down

0 comments on commit b97c7d1

Please sign in to comment.