ci: use mvn verify phase instead of install
Installing the artifacts is not necessary, and currently we have to remove them from the build cache to prevent that from growing too large
This commit is contained in:
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@@ -27,6 +27,3 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: ./ci/build.sh
|
||||
|
||||
- name: Remove build artifacts
|
||||
run: rm -rf ~/.m2/repository/net/runelite
|
||||
|
||||
Reference in New Issue
Block a user